summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-11-03 16:28:52 -0700
committerDavid Lord <davidism@gmail.com>2018-11-03 16:28:52 -0700
commitab4f8630afe03916989e6d189bf1376e55303e2f (patch)
tree79f4e0eeba5aa5794d425bdb334dceb12f36ba05 /docs
parentbf98b912e1cd1d1211314d2838efc9b545588698 (diff)
downloadmarkupsafe-ab4f8630afe03916989e6d189bf1376e55303e2f.tar.gz
fix project link
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3753fde..f349847 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -21,7 +21,7 @@ html_theme_options = {"index_sidebar_logo": False}
html_context = {
"project_links": [
ProjectLink("Donate to Pallets", "https://palletsprojects.com/donate"),
- ProjectLink("Website", "https://palletsprojects.com/p/MarkupSafe/"),
+ ProjectLink("Website", "https://palletsprojects.com/p/markupsafe/"),
ProjectLink("PyPI releases", "https://pypi.org/project/MarkupSafe/"),
ProjectLink("Source Code", "https://github.com/pallets/markupsafe/"),
ProjectLink("Issue Tracker", "https://github.com/pallets/markupsafe/issues/"),