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