Fix compose web examples source code links (#1006)

* Fix web landing link

* Fix falling balls source code link
This commit is contained in:
Daniil Shevtsov
2021-08-05 12:59:13 +03:00
committed by GitHub
parent 7870d665c4
commit 592714daa1

View File

@@ -32,7 +32,7 @@ private fun getCards(): List<GetStartedCardPresentation> {
links = listOf(
LinkOnCard(
linkText = "Explore the source code",
linkUrl = "https://github.com/JetBrains/compose-jb/tree/master/examples/web_landing"
linkUrl = "https://github.com/JetBrains/compose-jb/tree/master/examples/web-landing"
)
)
),
@@ -42,7 +42,7 @@ private fun getCards(): List<GetStartedCardPresentation> {
links = listOf(
LinkOnCard(
linkText = "Explore the source code",
linkUrl = "https://github.com/JetBrains/compose-jb/tree/master/examples/falling_balls_with_web"
linkUrl = "https://github.com/JetBrains/compose-jb/tree/master/examples/falling-balls-web"
),
LinkOnCard(
linkText = "Play",