Skip to content

Commit d70de55

Browse files
author
Karl Heinz Struggl
committed
fixes existing links to KMP
1 parent 7ad2c7b commit d70de55

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/platforms/kotlin/guides/kotlin-multiplatform/features/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Because the SDK provides a unified API for all supported platforms directly leve
1414
<Note>
1515
Some functionality may not be available in the shared Kotlin Multiplatform layer yet. You may have to use the native SDKs directly, or write your own platform-specific code.
1616

17-
To access the native SDK init options, use the [Native Platform Options initialization](/platforms/kotlin-multiplatform/initialization-strategies/#native-platform-options).
17+
To access the native SDK init options, use the [Native Platform Options initialization](/platforms/kotlin/guides/kotlin-multiplatform/initialization-strategies/#native-platform-options).
1818
</Note>
1919

2020
## Supported Platforms

docs/platforms/kotlin/guides/kotlin-multiplatform/manual-setup/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 3
44
description: "Learn how to manually set up the SDK."
55
---
66

7-
If you can't (or prefer not to) use the [gradle plugin](/platforms/kotlin-multiplatform/#install), you can follow the instructions below to configure your application manually.
7+
If you can't (or prefer not to) use the [gradle plugin](/platforms/kotlin/guides/kotlin-multiplatform/#install), you can follow the instructions below to configure your application manually.
88

99
## Install
1010

@@ -92,6 +92,6 @@ If you already use SPM or prefer it over other package managers on Apple platfor
9292

9393
In order to install the Sentry Kotlin Multiplatform SDK, you need to use Cocoapods and Swift Package Manager simultaneously, which might seem unconventional at first, especially if you're accustomed to using SPM for all your dependencies. However, you can achieve a smooth integration by using the Kotlin Cocoapods plugin specifically for compiling and building the shared framework. You can then continue to manage all other dependencies with SPM as usual.
9494

95-
Follow the steps for our primary installation method [Cocoapods](/platforms/kotlin-multiplatform/manual-setup/#install) to install the Sentry Kotlin Multiplatform SDK.
95+
Follow the steps for our primary installation method [Cocoapods](/platforms/kotlin/guides/kotlin-multiplatform/manual-setup/#install) to install the Sentry Kotlin Multiplatform SDK.
9696

9797
After you've consumed the shared framework in your application via Cocoapods, you can continue with SPM for other dependencies without disrupting your existing workflow.

docs/platforms/kotlin/guides/kotlin-multiplatform/troubleshooting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you need additional help, [ask on GitHub](https://github.com/getsentry/sentry
1010

1111
## "Missing API declaration" after App Store review
1212

13-
Starting May 1, 2024, Apple requires all apps submitted to the App Store to provide a list of privacy-related APIs they use, including the reasons under which they use it. If you received an email from Apple with the message "ITMS-91053: Missing API declaration", your app doesn't fulfill the requirements. To solve this, follow our [Apple Privacy Manifest](/platforms/kotlin-multiplatform/data-management/apple-privacy-manifest) guide.
13+
Starting May 1, 2024, Apple requires all apps submitted to the App Store to provide a list of privacy-related APIs they use, including the reasons under which they use it. If you received an email from Apple with the message "ITMS-91053: Missing API declaration", your app doesn't fulfill the requirements. To solve this, follow our [Apple Privacy Manifest](/platforms/kotlin/guides/kotlin-multiplatform/data-management/apple-privacy-manifest) guide.
1414

1515
## Tests Not Working
1616

@@ -22,7 +22,7 @@ This example shows you how to fix the issue for the iOS simulator target, but th
2222

2323
**1. Download the Sentry xcframework**
2424

25-
- Choose the Sentry Cocoa release based on the version specified in the [version compatibility table](/platforms/kotlin-multiplatform/#cocoa-sdk-version-compatibility-table)
25+
- Choose the Sentry Cocoa release based on the version specified in the [version compatibility table](/platforms/kotlin/guides/kotlin-multiplatform/#cocoa-sdk-version-compatibility-table)
2626
- Download the `Sentry.xcframework.zip` on [GitHub](https://github.com/getsentry/sentry-cocoa/releases), and unzip it.
2727

2828
**2. Create a frameworks directory and insert `Sentry.framework`**

docs/product/user-feedback/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This allows you to connect your own user interface with Sentry's Crash-Reports.
4646
- [.NET](/platforms/dotnet/user-feedback/)
4747
- [Flutter](/platforms/flutter/user-feedback/)
4848
- [Java](/platforms/java/user-feedback/)
49-
- [Kotlin](/platforms/kotlin-multiplatform/user-feedback/)
49+
- [Kotlin](/platforms/kotlin/guides/kotlin-multiplatform/user-feedback/)
5050
- [Node.JS](/platforms/javascript/guides/node/user-feedback/)
5151
- [PHP](/platforms/php/user-feedback/)
5252
- [React Native](/platforms/react-native/user-feedback/)

platform-includes/getting-started-primer/kotlin.kotlin-multiplatform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Xcode 16 support starts with Sentry Cocoa SDK version `8.36.0` or higher.
1414

1515
<Note>
1616
Starting May 1, 2024, Apple requires all apps submitted to the App Store to provide a list of privacy-related APIs they use. Use Sentry Cocoa SDK version `8.25.0` or higher to ensure compliance with these requirements.
17-
Follow our [Apple Privacy Manifest](/platforms/kotlin-multiplatform/data-management/apple-privacy-manifest) guide to learn more.
17+
Follow our [Apple Privacy Manifest](/platforms/kotlin/guides/kotlin-multiplatform/data-management/apple-privacy-manifest) guide to learn more.
1818
</Note>

0 commit comments

Comments
 (0)