diff --git a/docs/source/developer-guide.md b/docs/source/developer-guide.md index c3c2679..be9f2df 100644 --- a/docs/source/developer-guide.md +++ b/docs/source/developer-guide.md @@ -53,4 +53,4 @@ it, for example: Will build a Docekr image tagged `mycompany/giftless:1.2.3`. -[1]: https://github.com/jazzband/pip-tools +[1]: [Pip Tools](https://github.com/jazzband/pip-tools) diff --git a/docs/source/installation.md b/docs/source/installation.md index ae609a3..90378a0 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -78,4 +78,4 @@ production environment: (venv) $ ./flask-develop.sh ``` -In development mode, Giftless will be listening on +In development mode, Giftless will be listening on `http://127.0.0.1:5000` diff --git a/docs/source/jwt-auth-guide.md b/docs/source/jwt-auth-guide.md index 77b56c8..98a10d8 100644 --- a/docs/source/jwt-auth-guide.md +++ b/docs/source/jwt-auth-guide.md @@ -62,7 +62,7 @@ In a production setting, JWT tokens will be generated by a special-purpose autho this tutorial, we will manually generate tokens using `pyjwt` - a command line tool that comes with the [PyJWT](https://pyjwt.readthedocs.io/en/stable/) Python library: -```note:: you can also use the debugging tool in https://jwt.io to generate tokens +```note:: you can also use the [debugging tool](https://jwt.io) to generate tokens ``` ```shell