summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-10-05 17:44:37 -0700
committerDavid Lord <davidism@gmail.com>2021-10-05 17:44:37 -0700
commit655918a61e22cade722dacb9bf798e86b13093af (patch)
tree16ab8bf712f8de446bdeb7860d99e69b92bfc8fc /docs
parente8e4b32f5034b8e6df9f4d5ba7ed952da9394a76 (diff)
parent3e88d3dcadbe357c90059bbaeb691f4a2d20d9e6 (diff)
downloadclick-655918a61e22cade722dacb9bf798e86b13093af.tar.gz
Merge branch '8.0.x'
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 7d1f16c..b0ed9ff 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -38,7 +38,7 @@ html_context = {
ProjectLink("PyPI Releases", "https://pypi.org/project/click/"),
ProjectLink("Source Code", "https://github.com/pallets/click/"),
ProjectLink("Issue Tracker", "https://github.com/pallets/click/issues/"),
- ProjectLink("Website", "https://palletsprojects.com/"),
+ ProjectLink("Website", "https://palletsprojects.com/p/click"),
ProjectLink("Twitter", "https://twitter.com/PalletsTeam"),
ProjectLink("Chat", "https://discord.gg/pallets"),
]