From 8e0177995aec01786dae87a28c2242ebf01b8a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Thu, 22 Feb 2024 15:32:29 +0100 Subject: [PATCH] Fix broken links --- src/content/docs/sdk/flutter/configuration/deep-links.mdx | 2 +- src/content/docs/sdk/react-native/configuration/deep-links.mdx | 2 +- src/content/docs/sdk/unity/configuration/deep-links.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/sdk/flutter/configuration/deep-links.mdx b/src/content/docs/sdk/flutter/configuration/deep-links.mdx index 8b9e7eddb5..d8f18128cb 100644 --- a/src/content/docs/sdk/flutter/configuration/deep-links.mdx +++ b/src/content/docs/sdk/flutter/configuration/deep-links.mdx @@ -22,7 +22,7 @@ If a user has your app installed, it opens when they interact with a link contai You need to set up deep linking on an app level. Follow the instructions linked below to set up deep linking on your target platform: - [iOS](/en/sdk/ios/configuration/deep-links) -- [Android](/en/sdk/android/configuration/deep-links) +- [Android](/en/sdk/android/features/deep-links) ## Reattribution using deep links diff --git a/src/content/docs/sdk/react-native/configuration/deep-links.mdx b/src/content/docs/sdk/react-native/configuration/deep-links.mdx index a1154af84e..3cb8c82388 100644 --- a/src/content/docs/sdk/react-native/configuration/deep-links.mdx +++ b/src/content/docs/sdk/react-native/configuration/deep-links.mdx @@ -30,7 +30,7 @@ To set up deep linking on your React Native app: 1. Set up deep linking on an app level. Follow the instructions linked below to set up deep linking on your target platform: - [iOS](/en/sdk/ios/configuration/deep-links) - - [Android](/en/sdk/android/configuration/deep-links) + - [Android](/en/sdk/android/features/deep-links) 2. Refer to the [React Native documentation](https://reactnative.dev/docs/linking.html) and follow the instructions to learn how to support both platforms. 3. Use your obtained deep link URL in your JavaScript code. diff --git a/src/content/docs/sdk/unity/configuration/deep-links.mdx b/src/content/docs/sdk/unity/configuration/deep-links.mdx index 4b1c983145..5ca6c8618c 100644 --- a/src/content/docs/sdk/unity/configuration/deep-links.mdx +++ b/src/content/docs/sdk/unity/configuration/deep-links.mdx @@ -31,7 +31,7 @@ The SDK injects the required settings into Android and iOS projects in v4.30 and For Adjust SDK below v4.30 or Unity Editor below v2019.2 (Android only), you need to set up deep linking on an app level. Follow the instructions linked below to set up deep linking on your target platform: - [iOS](/en/sdk/ios/configuration/deep-links) -- [Android](/en/sdk/android/configuration/deep-links) +- [Android](/en/sdk/android/features/deep-links) ## Deep linking on iOS