Skip to content

Commit ab6d6da

Browse files
authored
Update 'verifying Android App Links' link
1 parent c799fe5 commit ab6d6da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

versioned_docs/version-6.x/deep-linking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ If you want to add it manually, open up `SimpleApp/android/app/src/main/AndroidM
153153
</activity>
154154
```
155155

156-
Similar to Universal Links on iOS, you can also use a domain to associate the app with your website on Android by [verifying Android App Links](https://developer.android.com/training/app-links/verify-site-associations). First, you need to configure your `AndroidManifest.xml`:
156+
Similar to Universal Links on iOS, you can also use a domain to associate the app with your website on Android by [verifying Android App Links](https://developer.android.com/training/app-links/verify-android-applinks). First, you need to configure your `AndroidManifest.xml`:
157157

158158
1. Add `android:autoVerify="true"` to your `<intent-filter>` entry.
159159
2. Add your domain's `scheme` and `host` in a new `<data>` entry inside the `<intent-filter>`.
@@ -185,7 +185,7 @@ After adding them, it should look like this:
185185
</activity>
186186
```
187187

188-
Then, you need to [declare the association](https://developer.android.com/training/app-links/verify-site-associations#web-assoc) between your website and your intent filters by hosting a Digital Asset Links JSON file.
188+
Then, you need to [declare the association](https://developer.android.com/training/app-links/verify-android-applinks#web-assoc) between your website and your intent filters by hosting a Digital Asset Links JSON file.
189189

190190
## Testing deep links
191191

versioned_docs/version-7.x/deep-linking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ If you want to add it manually, open up `SimpleApp/android/app/src/main/AndroidM
153153
</activity>
154154
```
155155

156-
Similar to Universal Links on iOS, you can also use a domain to associate the app with your website on Android by [verifying Android App Links](https://developer.android.com/training/app-links/verify-site-associations). First, you need to configure your `AndroidManifest.xml`:
156+
Similar to Universal Links on iOS, you can also use a domain to associate the app with your website on Android by [verifying Android App Links](https://developer.android.com/training/app-links/verify-android-applinks). First, you need to configure your `AndroidManifest.xml`:
157157

158158
1. Add `android:autoVerify="true"` to your `<intent-filter>` entry.
159159
2. Add your domain's `scheme` and `host` in a new `<data>` entry inside the `<intent-filter>`.
@@ -185,7 +185,7 @@ After adding them, it should look like this:
185185
</activity>
186186
```
187187

188-
Then, you need to [declare the association](https://developer.android.com/training/app-links/verify-site-associations#web-assoc) between your website and your intent filters by hosting a Digital Asset Links JSON file.
188+
Then, you need to [declare the association](https://developer.android.com/training/app-links/verify-android-applinks#web-assoc) between your website and your intent filters by hosting a Digital Asset Links JSON file.
189189

190190
## Testing deep links
191191

0 commit comments

Comments
 (0)