Skip to content

Commit 64f2b20

Browse files
oshaiqwwdfsad
authored andcommitted
fix link
1 parent ace9187 commit 64f2b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/kotlinx-coroutines-jdk8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fun combineImagesAsync(name1: String, name2: String): CompletableFuture<Image> =
3939
Note, that this module should be used only for integration with existing Java APIs based on `CompletableFuture`.
4040
Writing pure-Kotlin code that uses `CompletableFuture` is highly not recommended, since the resulting APIs based
4141
on the futures are quite error-prone. See the discussion on
42-
[Asynchronous Programming Styles](https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md#asynchronous-programming-styles)
42+
[Asynchronous Programming Styles](https://github.com/Kotlin/KEEP/blob/master/proposals/coroutines.md#asynchronous-programming-styles)
4343
for details on general problems pertaining to any future-based API and keep in mind that `CompletableFuture` exposes
4444
a _blocking_ method
4545
[get](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html#get--)

0 commit comments

Comments
 (0)