Skip to content

Commit

Permalink
Fix project_urls by adding https://
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4nks committed Mar 17, 2021
1 parent 8101442 commit 588099f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(*parts):
name="Flask-Caching",
version=version,
project_urls={
"Documentation": "flask-caching.readthedocs.io",
"Documentation": "https://flask-caching.readthedocs.io",
"Source Code": "https://github.com/sh4nks/flask-caching",
"Issue Tracker": "https://github.com/sh4nks/flask-caching",
},
Expand Down

0 comments on commit 588099f

Please sign in to comment.