From ab4f8630afe03916989e6d189bf1376e55303e2f Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 3 Nov 2018 16:28:52 -0700 Subject: fix project link --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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/"), -- cgit v1.2.1