Skip to content

Commit cb80165

Browse files
committed
Tune cross-links and wording for Compose for Web
1 parent a168c2b commit cb80165

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ To know more about Kotlin wasm, please visit https://kotl.in/wasm.
99

1010
## Examples
1111

12-
* [Compose Image Viewer](compose-imageviewer) — Web version of Image Viewer application built with Compose Multiplatform
13-
* [Browser Example](browser-example) -- A simple app showing "Hello World" in the browser using DOM API.
14-
* [Node.js Example](nodejs-example) -- A simple app printing "Hello World" in the Node.js.
12+
* [Compose Image Viewer](compose-imageviewer#compose-multiplatform-for-web) — Web version of Image Viewer application built with Compose Multiplatform
13+
* [Browser Example](browser-example#kotlinwasm-browser-example) -- A simple app showing "Hello World" in the browser using DOM API.
14+
* [Node.js Example](nodejs-example#kotlinwasm-nodejs-example) -- A simple app printing "Hello World" in the Node.js.
1515
* [KoWasm](https://github.com/kowasm/kowasm) -- Server-side and full stack development with Kotlin and WebAssembly leveraging WASI and Component Model.
1616

1717
## Build and run

browser-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Give it a try, and share your feedback and ask questions in the Kotlin Slack [#w
3131
# Learn more
3232

3333
* [Kotlin/Wasm](https://kotl.in/wasm/)
34-
* [Other examples](../#Examples)
34+
* [Other examples](../../../#examples)

compose-imageviewer/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# Compose for Web
1+
# Compose Multiplatform for Web
22

33
> **Note**
4-
> Compose Multiplatform for Web is Experimental and may be changed at any time. Use it only for evaluation purposes.
4+
> Web support is Experimental and may be changed at any time. Use it only for evaluation purposes.
55
> We would appreciate your feedback on it in the public Slack channel [#compose-web](https://slack-chats.kotlinlang.org/c/compose-web).
66
> If you face any issues, please report them on [GitHub](https://github.com/JetBrains/compose-multiplatform/issues).
77
88
You can experiment with sharing your mobile or desktop UIs with the web. Compose for Web is based on [Kotlin/Wasm](https://kotl.in/wasm),
99
the newest target for Kotlin Multiplatform projects. It allows Kotlin developers to run their code in the browser with
1010
all the benefits that WebAssembly has to offer, such as good and predictable performance for your applications.
1111

12-
Learn more about [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform/#compose-multiplatform).
13-
1412
# Image Viewer
1513

1614
Web version of an image gallery for remote server image viewing built with Compose Multiplatform.
@@ -54,5 +52,6 @@ Give it a try, and share your feedback and ask questions in the Kotlin Slack [#c
5452

5553
# Learn more
5654

55+
* [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform/#compose-multiplatform)
5756
* [Kotlin/Wasm](https://kotl.in/wasm/)
58-
* [Other examples](../#Examples)
57+
* [Other examples](../../../#examples)

nodejs-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Give it a try, and share your feedback and ask questions in the Kotlin Slack [#w
2020
# Learn more
2121

2222
* [Kotlin/Wasm](https://kotl.in/wasm/)
23-
* [Other examples](../#Examples)
23+
* [Other examples](../../../#examples)

0 commit comments

Comments
 (0)