Skip to content

Commit

Permalink
Merge pull request #140 from datopian/fix/docs-links
Browse files Browse the repository at this point in the history
[Links] Fix missing anchor text for links
  • Loading branch information
rufuspollock committed Feb 7, 2024
2 parents 5b3f720 + eeca189 commit de704de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ production environment:
(venv) $ ./flask-develop.sh
```

In development mode, Giftless will be listening on <http://127.0.0.1:5000/>
In development mode, Giftless will be listening on `http://127.0.0.1:5000`
2 changes: 1 addition & 1 deletion docs/source/jwt-auth-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de704de

Please sign in to comment.