From 24f0597c958b5d914634d836b417c67989ed4580 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 13 Dec 2019 16:07:47 +0100 Subject: [PATCH] doc: add link --- docs/source/concepts/routes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/concepts/routes.rst b/docs/source/concepts/routes.rst index 4704314..8940c84 100644 --- a/docs/source/concepts/routes.rst +++ b/docs/source/concepts/routes.rst @@ -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