Update routing.md

pull/3014/head
Rick Anderson 2017-03-20 08:56:26 -10:00 committed by GitHub
parent 43c4481d8c
commit a7d6980dab
1 changed files with 1 additions and 1 deletions

View File

@ -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*