Skip to content

Commit

Permalink
Update link to setup environment instructions (#4344)
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb authored Feb 21, 2024
1 parent 7849ed2 commit 990fbfd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/cocoapods-ios-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/codeviewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/graphics-2d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/imageviewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/todoapp-lite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/widgets-gallery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 990fbfd

Please sign in to comment.