mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Fix compose web examples source code links (#1006)
* Fix web landing link * Fix falling balls source code link
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user