Skip to content

Commit

Permalink
Merge pull request #4420 from JetBrains/KT-71264-seo-optimizations
Browse files Browse the repository at this point in the history
minor SEO updates: links to the main get started and KMP tutroials
  • Loading branch information
ElviraMustafina authored Sep 10, 2024
2 parents 12ff95a + 7a15ad0 commit f2b16d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/topics/multiplatform/multiplatform.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ while retaining the flexibility and benefits of native programming.

### Android and iOS applications

Sharing code between mobile platforms is a major Kotlin Multiplatform use case. With Kotlin Multiplatform,
Sharing code between mobile platforms is a major [Kotlin Multiplatform](https://www.jetbrains.com/kotlin-multiplatform/) use case. With Kotlin Multiplatform,
you can build cross-platform mobile applications that share code between Android and iOS projects to implement networking,
data storage and data validation, analytics, computations, and other application logic.

Expand Down
6 changes: 3 additions & 3 deletions docs/topics/native/native-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ are pre-imported and included as Kotlin/Native libraries in the compiler package
web, and native. Multiplatform libraries provide the necessary APIs for common Kotlin code and allow writing shared parts
of projects in Kotlin all in one place.

You can use the [Get started with Kotlin Multiplatform](multiplatform-get-started.md) tutorial
You can use the [Create a Kotlin Multiplatform app](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-create-first-app.html) tutorial
to create applications and share business logic between iOS and Android. To share UIs among iOS, Android, desktop, and web,
try [Compose Multiplatform](https://www.jetbrains.com/lp/compose-multiplatform/),
use tutorial for [Compose Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-create-first-app.html),
JetBrains' declarative UI framework based on Kotlin and [Jetpack Compose](https://developer.android.com/jetpack/compose).

## How to get started
Expand All @@ -76,7 +76,7 @@ Recommended documentation:
Recommended tutorials:

* [Get started with Kotlin/Native](native-get-started.md)
* [Get started with Kotlin Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-create-first-app.html)
* [Get started with Kotlin Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html)
* [Mapping primitive data types from C](mapping-primitive-data-types-from-c.md)
* [Kotlin/Native as a dynamic Library](native-dynamic-libraries.md)
* [Kotlin/Native as an Apple framework](apple-framework.md)

0 comments on commit f2b16d2

Please sign in to comment.