From a7d6980dab89b42cb63bb6840202719e802da4f3 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Mon, 20 Mar 2017 08:56:26 -1000 Subject: [PATCH] Update routing.md --- aspnetcore/fundamentals/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*