Skip to content

Commit

Permalink
[go_router] Fix some broken links in doc (#3288)
Browse files Browse the repository at this point in the history
[go_router] Fix some broken links in doc
  • Loading branch information
dddrop committed Feb 24, 2023
1 parent 58ac45e commit ad48ee5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/go_router/doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GoRoute(
To navigate to this route, use
[go()](https://pub.dev/documentation/go_router/latest/go_router/GoRouter/go.html).
To learn more about how navigation, visit the
[Navigation](https://pub.dev/documentation/go_router/topics/Configuration-topic.html)
[Navigation](https://pub.dev/documentation/go_router/latest/topics/Navigation-topic.html)
topic.

# Parameters
Expand Down Expand Up @@ -90,9 +90,7 @@ Some apps display destinations in a subsection of the screen, for example, an
app using a BottomNavigationBar that stays on-screen when navigating between
destinations.

To add an additional Navigator, use
[ShellRoute](https://pub.dev/documentation/go_router/ShellRoute-class.html)
and provide a builder that returns a widget:
To add an additional Navigator, use [ShellRoute][] and provide a builder that returns a widget:

```dart
ShellRoute(
Expand Down Expand Up @@ -152,4 +150,5 @@ final _router = GoRouter(

[GoRouter]: https://pub.dev/documentation/go_router/latest/go_router/GoRouter-class.html
[GoRoute]: https://pub.dev/documentation/go_router/latest/go_router/GoRoute-class.html
[GoRouterState]: https://pub.dev/documentation/go_router/latest/go_router/GoRouterState-class.html
[GoRouterState]: https://pub.dev/documentation/go_router/latest/go_router/GoRouterState-class.html
[ShellRoute]: https://pub.dev/documentation/go_router/latest/go_router/ShellRoute-class.html

0 comments on commit ad48ee5

Please sign in to comment.