Skip to content

Commit a3ce1db

Browse files
authored
Fix reserved-routing-names xref from RP conventions (#17883)
1 parent 471479a commit a3ce1db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/razor-pages/razor-pages-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When you need to configure custom page routes for individual pages, configure ro
1818

1919
To specify a page route, add route segments, or add parameters to a route, use the page's `@page` directive. For more information, see [Custom routes](xref:razor-pages/index#custom-routes).
2020

21-
There are reserved words that can't be used as route segments or parameter names. For more information, see [Routing: Reserved routing names](xref:fundamentals/routing#reserved-routing-names).
21+
There are reserved words that can't be used as route segments or parameter names. For more information, see [Routing: Reserved routing names](xref:mvc/controllers/routing#reserved-routing-names).
2222

2323
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/master/aspnetcore/razor-pages/razor-pages-conventions/samples/) ([how to download](xref:index#how-to-download-a-sample))
2424

0 commit comments

Comments
 (0)