From b184d38936d4c5f88a0b2792af911b94224fd00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Mon, 26 Feb 2024 10:58:40 +0100 Subject: [PATCH] Fix broken links --- src/content/docs/kitchen-sink/tables.mdx | 4 ++-- src/content/docs/kitchen-sink/test-page.mdx | 2 +- src/content/docs/sdk/flutter/features/deep-links.mdx | 2 +- src/content/docs/sdk/unity/features/deep-links.mdx | 2 +- src/content/docs/sdk/unity/index.mdx | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/content/docs/kitchen-sink/tables.mdx b/src/content/docs/kitchen-sink/tables.mdx index 27740a80c..69a336922 100644 --- a/src/content/docs/kitchen-sink/tables.mdx +++ b/src/content/docs/kitchen-sink/tables.mdx @@ -142,7 +142,7 @@ You can explicitly set the height of a table in pixels. This allows you to contr | `countries` | String | Query | Comma-separated list of ISO 3166 alpha-2 country names. | | `os_names` | String | Query | Comma-separated list of OS names. | | `device_types` | String | Query | Comma-separated list of device types. | -| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en/index) for more information. | +| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en) for more information. | | `tracker_filter` | String | Query | The tracker tokens of any trackers you want to include in your results. Only metrics relating to these trackers are returned. | | `human_readable_kpis` | Boolean | Query | Replace metrics with human readable alternatives (for example: "Lifetime Value" instead of `lifetime_value`). | @@ -162,7 +162,7 @@ You can explicitly set the height of a table in pixels. This allows you to contr | `countries` | String | Query | Comma-separated list of ISO 3166 alpha-2 country names. | | `os_names` | String | Query | Comma-separated list of OS names. | | `device_types` | String | Query | Comma-separated list of device types. | -| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en/index) for more information. | +| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en) for more information. | | `tracker_filter` | String | Query | The tracker tokens of any trackers you want to include in your results. Only metrics relating to these trackers are returned. | | `human_readable_kpis` | Boolean | Query | Replace metrics with human readable alternatives (for example: "Lifetime Value" instead of `lifetime_value`). | diff --git a/src/content/docs/kitchen-sink/test-page.mdx b/src/content/docs/kitchen-sink/test-page.mdx index 0768038b2..83f223dc0 100644 --- a/src/content/docs/kitchen-sink/test-page.mdx +++ b/src/content/docs/kitchen-sink/test-page.mdx @@ -286,7 +286,7 @@ _It_ **contains** [Markdown](https://www.markdownguide.org/). | `countries` | String | Query | Comma-separated list of ISO 3166 alpha-2 country names. | | `os_names` | String | Query | Comma-separated list of OS names. | | `device_types` | String | Query | Comma-separated list of device types. | -| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en/index) for more information. | +| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en) for more information. | | `tracker_filter` | String | Query | The tracker tokens of any trackers you want to include in your results. Only metrics relating to these trackers are returned. | | `human_readable_kpis` | Boolean | Query | Replace metrics with human readable alternatives (for example: "Lifetime Value" instead of `lifetime_value`). | diff --git a/src/content/docs/sdk/flutter/features/deep-links.mdx b/src/content/docs/sdk/flutter/features/deep-links.mdx index 3b1722b92..5b80b8b5a 100644 --- a/src/content/docs/sdk/flutter/features/deep-links.mdx +++ b/src/content/docs/sdk/flutter/features/deep-links.mdx @@ -18,7 +18,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) +- [iOS](/en/sdk/ios/features/deep-links) - [Android](/en/sdk/android/features/deep-links) ## Reattribution using deep links diff --git a/src/content/docs/sdk/unity/features/deep-links.mdx b/src/content/docs/sdk/unity/features/deep-links.mdx index deddb9b57..f560b8d5b 100644 --- a/src/content/docs/sdk/unity/features/deep-links.mdx +++ b/src/content/docs/sdk/unity/features/deep-links.mdx @@ -22,7 +22,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) +- [iOS](/en/sdk/ios/features/deep-links) - [Android](/en/sdk/android/features/deep-links) ## Deep linking on iOS diff --git a/src/content/docs/sdk/unity/index.mdx b/src/content/docs/sdk/unity/index.mdx index 662a7816c..46709efb7 100644 --- a/src/content/docs/sdk/unity/index.mdx +++ b/src/content/docs/sdk/unity/index.mdx @@ -40,7 +40,7 @@ To set up the Adjust SDK, enter the following information: 2. Your **Environment**: - Choose **Sandbox** if you are testing your app and want to send test data. You need to enable sandbox mode in the dashboard to see test data. - Choose **Production** when you have finished testing and are ready to release your app. -3. Your **Log Level**. This controls what logs you receive. See [Set log level](/en/sdk/unity/configuration/log-level) for more information. +3. Your **Log Level**. This controls what logs you receive. See [Set log level](/en/sdk/unity/configuration#set-your-logging-level) for more information. The Adjust SDK starts when the app's Awake event triggers by default. To override this behavior, check the **START SDK MANUALLY** option. This enables you to initialize the Adjust SDK by calling `Adjust.start()` with your config instance as an argument. @@ -241,10 +241,10 @@ The Adjust SDK provides tools for testing and troubleshooting issues with your i - Set your environment to **Sandbox**. - Add a sandbox filter to your Adjust dashboard results. -- Set your [log level](/en/sdk/unity/configuration/log-level) to **verbose**. +- Set your [log level](/en/sdk/unity/configuration#set-your-logging-level) to **verbose**. ### Test Google Play Services integration -To test that the Adjust SDK can receive a device's Google Advertising ID, set the [log level](/en/sdk/unity/configuration/log-level) to **verbose** and the environment to **Sandbox**. Start your app and measure a `session` or an event. The SDK logs the gps_adid (Google Play Services Advertiser ID) parameter if it has read the advertising ID. +To test that the Adjust SDK can receive a device's Google Advertising ID, set the [log level](/en/sdk/unity/configuration#set-your-logging-level) to **verbose** and the environment to **Sandbox**. Start your app and measure a `session` or an event. The SDK logs the gps_adid (Google Play Services Advertiser ID) parameter if it has read the advertising ID. If you are having issues retrieving the Google Advertising ID, open an issue in the [GitHub repository](https://github.com/adjust/unity_sdk) or contact support@adjust.com.