From 990fbfdcfe8ae9bba49775149d3df48f694b7019 Mon Sep 17 00:00:00 2001 From: "dima.avdeev" Date: Wed, 21 Feb 2024 21:32:24 +0400 Subject: [PATCH] Update link to setup environment instructions (#4344) Update links to new [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html) It resolves issue: - https://github.com/JetBrains/compose-multiplatform/issues/4343 --- examples/chat/README.md | 2 +- examples/cocoapods-ios-example/README.md | 2 +- examples/codeviewer/README.md | 2 +- examples/graphics-2d/README.md | 2 +- examples/imageviewer/README.md | 2 +- examples/todoapp-lite/README.md | 2 +- examples/widgets-gallery/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/chat/README.md b/examples/chat/README.md index f1c3f18984..45a834e47a 100644 --- a/examples/chat/README.md +++ b/examples/chat/README.md @@ -9,7 +9,7 @@ Example can run on Android, iOS, desktop or in a browser. ## Setting up your development environment -To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment). +To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html). ## How to run diff --git a/examples/cocoapods-ios-example/README.md b/examples/cocoapods-ios-example/README.md index cfd7ceae2e..50275dc5e9 100644 --- a/examples/cocoapods-ios-example/README.md +++ b/examples/cocoapods-ios-example/README.md @@ -10,7 +10,7 @@ The official Kotlin documentation provides more information on working with Coco ## Setting up your development environment -To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment). +To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html). ## How to run diff --git a/examples/codeviewer/README.md b/examples/codeviewer/README.md index 14133a90af..2c680764cf 100644 --- a/examples/codeviewer/README.md +++ b/examples/codeviewer/README.md @@ -3,7 +3,7 @@ Code Viewer example for Desktop, Android and iOS written in Compose Multiplatfor ## Setting up your development environment -To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment). +To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html). ## How to run diff --git a/examples/graphics-2d/README.md b/examples/graphics-2d/README.md index 0cf145bd7b..8399512bdb 100644 --- a/examples/graphics-2d/README.md +++ b/examples/graphics-2d/README.md @@ -5,7 +5,7 @@ Example can run on Android, iOS, desktop or in a browser. ## Setting up your development environment To setup the environment, please consult -these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment). +these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html). ## How to run diff --git a/examples/imageviewer/README.md b/examples/imageviewer/README.md index 741be7c8a8..42a81f5e7c 100755 --- a/examples/imageviewer/README.md +++ b/examples/imageviewer/README.md @@ -5,7 +5,7 @@ based on Compose Multiplatform (desktop, Android and iOS). ## Setting up your development environment -To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment). +To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html). ## How to run diff --git a/examples/todoapp-lite/README.md b/examples/todoapp-lite/README.md index e48f62f5b3..4ba856f59a 100755 --- a/examples/todoapp-lite/README.md +++ b/examples/todoapp-lite/README.md @@ -6,7 +6,7 @@ Supported targets: Android, Desktop and iOS. ## Setting up your development environment -To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment). +To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html). ## How to run diff --git a/examples/widgets-gallery/README.md b/examples/widgets-gallery/README.md index 82c654e14c..e16fe41717 100644 --- a/examples/widgets-gallery/README.md +++ b/examples/widgets-gallery/README.md @@ -10,7 +10,7 @@ demonstrating how to use various Material widgets. ## Setting up your development environment -To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment). +To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html). ## How to run