Skip to content

Commit 03420bc

Browse files
Update links Navigation Routing (#2617)
*Formatting markdown provide a link to docs.* ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [ ] I have added sample code updates to the [changelog]. - [ ] I updated/added relevant documentation (doc comments with `///`). If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. <!-- Links --> [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md [changelog]: ../CHANGELOG.md
1 parent dd21cee commit 03420bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

navigation_and_routing/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Navigation and Routing
2-
A sample that shows how to use [go_router][https://pub.dev/packages/go_router]
2+
A sample that shows how to use [go_router](https://pub.dev/packages/go_router)
33
API to handle common navigation scenarios.
44

55
## Goals
66
- Demonstrate common navigation scenarios:
7-
- Parsing path parameters ('/user/:id')
7+
- Parsing path parameters (`/user/:id`)
88
- Sign in (redirection)
99
- Nested navigation using ShellRoute
10-
- Demonstrate how [deep linking][] is configured on iOS and Android
10+
- Demonstrate how [deep linking](https://docs.flutter.dev/ui/navigation/deep-linking#get-started) is configured on iOS and Android
1111
- Demonstrate how to use the Link widget from `package:url_Launcher` with the
1212
Router API.

0 commit comments

Comments
 (0)