Skip to content

Commit ad48ee5

Browse files
authored
[go_router] Fix some broken links in doc (#3288)
[go_router] Fix some broken links in doc
1 parent 58ac45e commit ad48ee5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/go_router/doc/configuration.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GoRoute(
3131
To navigate to this route, use
3232
[go()](https://pub.dev/documentation/go_router/latest/go_router/GoRouter/go.html).
3333
To learn more about how navigation, visit the
34-
[Navigation](https://pub.dev/documentation/go_router/topics/Configuration-topic.html)
34+
[Navigation](https://pub.dev/documentation/go_router/latest/topics/Navigation-topic.html)
3535
topic.
3636

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

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

9795
```dart
9896
ShellRoute(
@@ -152,4 +150,5 @@ final _router = GoRouter(
152150

153151
[GoRouter]: https://pub.dev/documentation/go_router/latest/go_router/GoRouter-class.html
154152
[GoRoute]: https://pub.dev/documentation/go_router/latest/go_router/GoRoute-class.html
155-
[GoRouterState]: https://pub.dev/documentation/go_router/latest/go_router/GoRouterState-class.html
153+
[GoRouterState]: https://pub.dev/documentation/go_router/latest/go_router/GoRouterState-class.html
154+
[ShellRoute]: https://pub.dev/documentation/go_router/latest/go_router/ShellRoute-class.html

0 commit comments

Comments
 (0)