chore: test documentation (#145)

* chore: Test documentation

* docs: fix broken links
This commit is contained in:
Roberto Abdelkader Martínez Pérez
2020-12-30 16:59:22 +01:00
committed by GitHub
parent 52fcbfbcdf
commit 0ffb28c3d6
7 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ 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
https://github.com/gorilla/mux#examples
https://github.com/gorilla/mux
.. _entrypoint-route-element: