Skip to content

Commit b941405

Browse files
authored
docs: fixed android association documentation link in versioned_docs (#1223)
* docs: fixed android association documentation link * docs: fixed android association documentation link in version 7.x
1 parent 15fe98b commit b941405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ After adding them, it should look like this:
213213
</activity>
214214
```
215215

216-
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.
216+
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.
217217

218218
## Testing deep links
219219

0 commit comments

Comments
 (0)