Skip to content

Commit cc86733

Browse files
committed
docs(api): fix next page route
1 parent debdaa7 commit cc86733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Pages/Docs/Api/Page.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Title="@AppPages.ApiReference"
88
Description="How to install and set up Blazor Terra in your project."
99
Prev="@(new( AppPages.Installation, AppRoutes.Installation ))"
10-
Next="@(new( AppPages.Map, AppPages.Map ))"
10+
Next="@(new( AppPages.Map, AppRoutes.Map ))"
1111
Toc="@_toc">
1212

1313
<DocsSection title="Component anatomy">

0 commit comments

Comments
 (0)