diff --git a/tutorials/Navigation/README.md b/tutorials/Navigation/README.md deleted file mode 100644 index c875d6d3f8..0000000000 --- a/tutorials/Navigation/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Navigation - -The [Jetpack Compose navigation library](https://developer.android.com/jetpack/compose/navigation) is currently an Android-only library. - -There are a number of libraries available that provide navigation functionality for Compose Multiplatform projects. Refer to the [Awesome Kotlin Multiplatform](https://github.com/terrakok/kmm-awesome#-compose-ui) list for an overview and more information. \ No newline at end of file diff --git a/tutorials/README.md b/tutorials/README.md index 1e5681c774..c054f5fa45 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -14,7 +14,7 @@ * [Keyboard support](Keyboard) * [Tab focus navigation](Tab_Navigation) * [Swing interoperability](Swing_Integration) -* [Navigation](Navigation) +* [Navigation](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-navigation-routing.html) * [Accessibility](Accessibility) * [Building a native distribution](Native_distributions_and_local_execution) * [UI testing](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-test.html)