update authors (#1787)

Add an optional extended description…
pull/1788/head
Rick Anderson 2016-08-15 13:19:18 -07:00 committed by GitHub
parent dd573e730b
commit 1176419f9e
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Routing
=======
By `Ryan Nowak <https://github.com/rynowak>`__, `Steve Smith`_, and `Rick Anderson`_
By `Ryan Nowak`_, `Steve Smith`_, and `Rick Anderson`_
Routing is used to map requests to route handlers. Routes are configured when the application starts up, and can extract values from the URL that will be used for request processing. Routing functionality is also responsible for generating links using the defined routes in ASP.NET apps.

View File

@ -1,4 +1,4 @@
.. _Daniel Roth: https://github.com/danroth27
.. _Daniel Roth: https://github.com/danroth27
.. _Rick Anderson: https://twitter.com/RickAndMSFT
.. _Steve Smith: http://ardalis.com
.. _Noel Rice: http://blog.falafel.com/author/noel-rice/
@ -23,3 +23,4 @@
.. _Cesar Blum Silveira: https://github.com/cesarbs
.. _Victor Hurdugaci: https://twitter.com/victorhurdugaci
.. _Shayne Boyer: https://twitter.com/spboyer
.. _Ryan Nowak: https://github.com/rynowak