doc: add link

This commit is contained in:
pancho horrillo
2019-12-13 16:07:47 +01:00
parent 3149554ff1
commit 24f0597c95
+1 -1
View File
@@ -62,7 +62,7 @@ It can contain regex placeholders for easily capturing fragments of the path.
In the route shown above, a request with a URL ``/register/joe`` would match,
assigning `joe` to the placeholder ``username``.
*Kapow!* leverages Gorilla Mux for managing routes. For the full story, see
*Kapow!* leverages `Gorilla Mux`_ for managing routes. For the full story, see
https://github.com/gorilla/mux#examples