Skip to content

Commit

Permalink
Fix documentation links (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
odigity authored Sep 21, 2023
1 parent 36fe7aa commit 36e85e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Flask-HTTPAuth

[![Build status](https://github.com/miguelgrinberg/Flask-HTTPAuth/workflows/build/badge.svg)](https://github.com/miguelgrinberg/Flask-HTTPAuth/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/Flask-HTTPAuth/branch/master/graph/badge.svg?token=KeU2002DHo)](https://codecov.io/gh/miguelgrinberg/Flask-HTTPAuth)

Simple extension that provides Basic and Digest HTTP authentication for Flask routes.
Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.

Installation
------------
Expand Down Expand Up @@ -43,7 +43,7 @@ if __name__ == '__main__':
app.run()
```

Note: See the [documentation](http://pythonhosted.org/Flask-HTTPAuth) for more complex examples that involve password hashing and custom verification callbacks.
Note: See the [documentation](https://flask-httpauth.readthedocs.io/) for more complex examples that involve password hashing and custom verification callbacks.

Digest authentication example
-----------------------------
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ long_description_content_type = text/markdown
url = https://github.com/miguelgrinberg/flask-httpauth
project_urls =
Bug Tracker = https://github.com/miguelgrinberg/flask-httpauth/issues
Documentation = https://flask-httpauth.readthedocs.io/
classifiers =
Environment :: Web Environment
Intended Audience :: Developers
Expand Down

0 comments on commit 36e85e8

Please sign in to comment.