Skip to content

Commit 7b313e5

Browse files
authored
Update 'verifying Android App Links' link (#1300)
1 parent 43c6bdf commit 7b313e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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>`.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ If you want to add it manually, open up `SimpleApp/android/app/src/main/AndroidM
181181
</activity>
182182
```
183183

184-
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`:
184+
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`:
185185

186186
1. Add `android:autoVerify="true"` to your `<intent-filter>` entry.
187187
2. Add your domain's `scheme` and `host` in a new `<data>` entry inside the `<intent-filter>`.

0 commit comments

Comments
 (0)