Skip to content

Commit ab0a12e

Browse files
committed
docs: Fix gh link path
1 parent 0885d64 commit ab0a12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'recommonmark',
2424
]
2525

26-
issues_github_path = about['__github__']
26+
issues_github_path = about['__github__'].replace('https://github.com/', '')
2727

2828
templates_path = ['_templates']
2929

0 commit comments

Comments
 (0)