Skip to content

Commit

Permalink
fix: redirects (#3873)
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-pavlov authored Nov 1, 2023
1 parent 3b06165 commit 2e7e12b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion redirects/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@
- /docs/mpp-connect-to-apis.html
- /docs/kmm-connect-to-platform-specific-apis.html
- /docs/multiplatform-mobile-connect-to-platform-specific-apis.html
- /docs/multiplatform-connect-to-apis.html
- /docs/reference/platform-specific-declarations.html
- /docs/reference/mpp-connect-to-apis.html
to: https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-connect-to-apis.html
Expand All @@ -695,6 +696,9 @@
- /docs/tutorials/native/mpp-ios-android.html
to: https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-create-first-app.html

- from: /docs/multiplatform-mobile-update-ui.html
to: https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-update-ui.html

- from: /docs/multiplatform-mobile-dependencies.html
to: https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-dependencies.html

Expand Down Expand Up @@ -745,7 +749,7 @@
- from:
- /docs/multiplatform-mobile-faq.html
- /docs/kmm-faq.html
to: https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-faq.html
to: https://www.jetbrains.com/help/kotlin-multiplatform-dev/faq.html

- from:
- /docs/multiplatform-mobile-understand-project-structure.html
Expand Down

0 comments on commit 2e7e12b

Please sign in to comment.