Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Links] Fix missing anchor text for links #140

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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