diff --git a/aspnetcore/fundamentals/routing.md b/aspnetcore/fundamentals/routing.md index 7141edaa91..193ea1ecea 100644 --- a/aspnetcore/fundamentals/routing.md +++ b/aspnetcore/fundamentals/routing.md @@ -25,7 +25,7 @@ Routing functionality is responsible for mapping an incoming request to a route ## Routing basics -Routing uses *routes* (implementations of `IRouter`) to: +Routing uses *routes* (implementations of [IRouter](https://docs.microsoft.com/en-us/aspnet/core/api/microsoft.aspnetcore.routing.irouter) to: * map incoming requests to *route handlers*