diff --git a/examples/web-landing/src/jsMain/kotlin/com/sample/content/GetStartedSection.kt b/examples/web-landing/src/jsMain/kotlin/com/sample/content/GetStartedSection.kt index b3db58c8f1..1996f385ad 100644 --- a/examples/web-landing/src/jsMain/kotlin/com/sample/content/GetStartedSection.kt +++ b/examples/web-landing/src/jsMain/kotlin/com/sample/content/GetStartedSection.kt @@ -32,7 +32,7 @@ private fun getCards(): List { 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 { 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",