From 592714daa1e70827116a0ba28aa8f353e3fedbc1 Mon Sep 17 00:00:00 2001 From: Daniil Shevtsov <54152044+daniil-shevtsov@users.noreply.github.com> Date: Thu, 5 Aug 2021 12:59:13 +0300 Subject: [PATCH] Fix compose web examples source code links (#1006) * Fix web landing link * Fix falling balls source code link --- .../src/jsMain/kotlin/com/sample/content/GetStartedSection.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",