Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Feb 22, 2024
1 parent 3564ffd commit 8e01779
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/sdk/flutter/configuration/deep-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/sdk/unity/configuration/deep-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8e01779

Please sign in to comment.