diff --git a/ReadMe.md b/ReadMe.md index cd7a6b0a30dc2..1b2e82bdf345d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -28,8 +28,8 @@ Some handy links: Support for multiplatform programming is one of Kotlin’s key benefits. It reduces time spent writing and maintaining the same code for [different platforms](https://kotlinlang.org/docs/reference/mpp-supported-platforms.html) while retaining the flexibility and benefits of native programming. - * [Kotlin Multiplatform Mobile](https://kotlinlang.org/lp/mobile/) for sharing code between Android and iOS - * [Getting Started with Kotlin Multiplatform Mobile Guide](https://kotlinlang.org/docs/mobile/create-first-app.html) + * [Kotlin Multiplatform](https://kotlinlang.org/lp/mobile/) for sharing code between Android and iOS + * [Getting Started with Kotlin Multiplatform Guide](https://kotlinlang.org/docs/mobile/create-first-app.html) * [Kotlin Multiplatform Benefits](https://kotlinlang.org/docs/reference/multiplatform.html) * [Share code on all platforms](https://kotlinlang.org/docs/reference/mpp-share-on-platforms.html#share-code-on-all-platforms) * [Share code on similar platforms](https://kotlinlang.org/docs/reference/mpp-share-on-platforms.html#share-code-on-similar-platforms)