Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update set-up-app-links.md #11365

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/cookbook/navigation/set-up-app-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ It provides a simple API to handle complex routing scenarios.
The metadata tag `flutter_deeplinking_enabled` opts
into Flutter's default deeplink handler.
If you are using the third-party plugins,
such as [uni_links][], setting this metadata tag will
such as [app_links][], setting this metadata tag will
break these plugins. Omit this metadata tag
if you prefer to use third-party plugins.
:::
Expand Down Expand Up @@ -217,5 +217,5 @@ Source code: [deeplink_cookbook][]
[Firebase Hosting]: {{site.firebase}}/docs/hosting
[go_router]: {{site.pub}}/packages/go_router
[GitHub Pages]: https://pages.github.com
[uni_links]: {{site.pub}}/packages/uni_links
[app_links]: {{site.pub}}/packages/app_links
[Signing the app]: /deployment/android#signing-the-app