We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64fc6b commit eb8d212Copy full SHA for eb8d212
doc/conf.py
@@ -37,7 +37,7 @@
37
releases_issue_uri = "https://github.com/tmux-python/tmuxp/issues/%s"
38
releases_release_uri = "https://github.com/tmux-python/tmuxp/tree/v%s"
39
40
-issues_github_path = about['__github__']
+issues_github_path = about['__github__'].replace('https://github.com/', '')
41
42
templates_path = ['_templates']
43
0 commit comments