summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrey Li <withlihui@gmail.com>2021-09-12 17:13:25 +0800
committerGitHub <noreply@github.com>2021-09-12 17:13:25 +0800
commit82ece2db4b27e585da6d1b9c9c72e0ac9b49576d (patch)
treedf255013404b1fc918a26a106b2d0a6bc2f60420
parent737cf793f5e5625c36e3627250beee34ee285f9d (diff)
downloadclick-82ece2db4b27e585da6d1b9c9c72e0ac9b49576d.tar.gz
Fix incorrect website link in 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"),
]