Skip to content

Commit eb8d212

Browse files
committed
Fix issue URLs
1 parent c64fc6b commit eb8d212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
releases_issue_uri = "https://github.com/tmux-python/tmuxp/issues/%s"
3838
releases_release_uri = "https://github.com/tmux-python/tmuxp/tree/v%s"
3939

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

4242
templates_path = ['_templates']
4343

0 commit comments

Comments
 (0)