summaryrefslogtreecommitdiff
path: root/docs/html/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/conf.py')
-rw-r--r--docs/html/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/conf.py b/docs/html/conf.py
index 55eb722d5..bb30f75fb 100644
--- a/docs/html/conf.py
+++ b/docs/html/conf.py
@@ -127,7 +127,7 @@ pygments_style = 'sphinx'
extlinks = {
'issue': ('https://github.com/pypa/pip/issues/%s', '#'),
'pull': ('https://github.com/pypa/pip/pull/%s', 'PR #'),
- 'pypi': ('https://pypi.org/project/%s', ''),
+ 'pypi': ('https://pypi.org/project/%s/', ''),
}
# -- Options for HTML output --------------------------------------------------