Skip to content

Commit 88c1323

Browse files
authored
fix link to apple docs in deep-link guide, closes #3524
1 parent 4be0519 commit 88c1323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/plugin/deep-linking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ replacing `<host>` with your actual host:
152152
curl -v https://app-site-association.cdn-apple.com/a/v1/<host>
153153
```
154154

155-
See [applinks.details](https://developer.apple.com/documentation/bundleresources/applinks/details) for more information.
155+
See [applinks.details](https://developer.apple.com/documentation/bundleresources/applinks/details-swift.dictionary) for more information.
156156

157157
2. **Custom URI schemes (no host, no verification)**
158158
For URIs like `myapp://...`, you can declare a custom scheme under mobile configuration with `"appLink": false` (or omit it). The plugin generates the appropriate `CFBundleURLTypes` entries in your app's Info.plist. No `.well-known` files or HTTPS host are needed.

0 commit comments

Comments
 (0)