Skip to content

Commit db217a1

Browse files
committed
chore: Update links
1 parent 6e799b3 commit db217a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/articles/de/Navigation/HowTo-RegisterRoutes-de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Nun wollen wir aber auf der `MainPage` vielleicht eine TabBar, NavigationBar, ei
6868

6969
**Das machen wir beispielsweise so:**
7070

71-
[!code-csharp[](../../../../src/DevTKSS.Uno.XamlNavigationApp/App.xaml.cs#L91-L103)]
71+
[!code-csharp[](../../../../src/DevTKSS.Uno.XamlNavigationApp/App.xaml.cs#L88-L103)]
7272

7373
Hier siehst du, dass ich:
7474

docs/articles/en/Navigation/HowTo-RegisterRoutes-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Now, on the `MainPage`, we might want to use a TabBar, NavigationBar, a Frame wi
6565

6666
**We do this, for example, like this:**
6767

68-
[!code-csharp[](../../../../src/DevTKSS.Uno.XamlNavigationApp/App.xaml.cs#L96-L101)]
68+
[!code-csharp[](../../../../src/DevTKSS.Uno.XamlNavigationApp/App.xaml.cs#L88-L103)]
6969

7070
Here you can see that I added another page, the `DashboardPage`, and created a Model for it named `DashboardModel`. I also nested the `Second` route into the `RouteMap` of the `Main` route.
7171

0 commit comments

Comments
 (0)