From 73f97741fef5f1fbf3a8ffece43d33b529aff25d Mon Sep 17 00:00:00 2001 From: Jay Rogers Date: Thu, 21 May 2020 13:09:22 -0500 Subject: [PATCH 1/2] Removed comments from JSON example --- site/docs-md/guides/deep-links.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/docs-md/guides/deep-links.md b/site/docs-md/guides/deep-links.md index a0aad4afc5..71b00dd958 100644 --- a/site/docs-md/guides/deep-links.md +++ b/site/docs-md/guides/deep-links.md @@ -4,6 +4,7 @@ description: Implement deep linking functionality in an iOS and Android app url: /docs/guides/deep-links contributors: - dotnetkow + - jaydrogers --- # Deep Linking with Universal and App Links @@ -157,14 +158,14 @@ Next, create the site association file (`apple-app-site-association`). > Note: Despite being a JSON file, do not save it with a file extension. +An example of the `apple-app-site-association` file is below. Be sure to replace `TEAMID.BUNDLEID` with your own IDs (example: `8L65AZE66A.com.netkosoft.beerswift`) + ```json -// apple-app-site-association { "applinks": { "apps": [], "details": [ { - // example: 8L65AZE66A.com.netkosoft.beerswift "appID": "TEAMID.BUNDLEID", "paths": ["*"] } From 95f82eba18c2e603851a29842584ce83bbcb1e93 Mon Sep 17 00:00:00 2001 From: Jay Rogers Date: Thu, 21 May 2020 13:11:16 -0500 Subject: [PATCH 2/2] Fixed punctuation --- site/docs-md/guides/deep-links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs-md/guides/deep-links.md b/site/docs-md/guides/deep-links.md index 71b00dd958..b964481351 100644 --- a/site/docs-md/guides/deep-links.md +++ b/site/docs-md/guides/deep-links.md @@ -158,7 +158,7 @@ Next, create the site association file (`apple-app-site-association`). > Note: Despite being a JSON file, do not save it with a file extension. -An example of the `apple-app-site-association` file is below. Be sure to replace `TEAMID.BUNDLEID` with your own IDs (example: `8L65AZE66A.com.netkosoft.beerswift`) +An example of the `apple-app-site-association` file is below. Be sure to replace `TEAMID.BUNDLEID` with your own IDs (example: `8L65AZE66A.com.netkosoft.beerswift`). ```json {