@@ -31,7 +31,7 @@ GoRoute(
3131To navigate to this route, use
3232[ go()] ( https://pub.dev/documentation/go_router/latest/go_router/GoRouter/go.html ) .
3333To 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 )
3535topic.
3636
3737# Parameters
@@ -90,9 +90,7 @@ Some apps display destinations in a subsection of the screen, for example, an
9090app using a BottomNavigationBar that stays on-screen when navigating between
9191destinations.
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
9896ShellRoute(
@@ -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