Skip to content

Commit

Permalink
Fix compose web examples source code links (#1006)
Browse files Browse the repository at this point in the history
* Fix web landing link

* Fix falling balls source code link
  • Loading branch information
daniil-shevtsov authored Aug 5, 2021
1 parent 7870d66 commit 592714d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
)
),
Expand All @@ -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",
Expand Down

0 comments on commit 592714d

Please sign in to comment.