summaryrefslogtreecommitdiff
path: root/docs/sphinxext/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sphinxext/github.py')
-rw-r--r--docs/sphinxext/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sphinxext/github.py b/docs/sphinxext/github.py
index 519e146..32fc454 100644
--- a/docs/sphinxext/github.py
+++ b/docs/sphinxext/github.py
@@ -106,7 +106,7 @@ def ghuser_role(name, rawtext, text, lineno, inliner, options={}, content=[]):
"""
app = inliner.document.settings.env.app
#app.info('user link %r' % text)
- ref = 'https://www.github.com/' + text
+ ref = 'https://github.com/' + text
node = nodes.reference(rawtext, text, refuri=ref, **options)
return [node], []