Skip to content

Commit

Permalink
docs(deep-links): Rename applinks.json to assetlinks.json (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Apr 29, 2020
1 parent b61f909 commit 53883ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs-md/guides/deep-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ Next, use Google's [Asset Links tool](https://developers.google.com/digital-asse

![Android Identifier Config](/assets/img/docs/guides/deep-links/android-config.png)

Copy the JSON output into a new local file under `.well-known/applinks.json`.
Copy the JSON output into a new local file under `.well-known/assetlinks.json`.

```json
// applinks.json
// assetlinks.json
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
Expand Down

0 comments on commit 53883ce

Please sign in to comment.