We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca83391 commit 9739030Copy full SHA for 9739030
js/example-frontend-js/README.md
@@ -15,4 +15,4 @@ gradlew :example-frontend-js:start
15
```
16
17
Built and deployed application is available at the library documentation site
18
-[here](http://kotlin.github.io/kotlinx.coroutines/example-frontend-js).
+[here](http://kotlin.github.io/kotlinx.coroutines/example-frontend-js/index.html).
site/docs/index.md
@@ -28,5 +28,5 @@ Library support for Kotlin coroutines. This reference is a companion to
28
29
## Examples
30
31
-* [example-frontend-js](example-frontend-js) -- frontend application written in Kotlin/JS
+* [example-frontend-js](example-frontend-js/index.html) -- frontend application written in Kotlin/JS
32
that uses coroutines to implement animations in imperative style.
0 commit comments