Skip to content

Commit 4ae9cfa

Browse files
authored
Merge pull request #1276 from minrk/extlinks
fix github link templates
2 parents 7112d17 + 2f46bcc commit 4ae9cfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
3030
templates_path = ["_templates"]
3131
extlinks = {
32-
"issue": ("https://github.com/jupyterhub/repo2docker/issues/%s", "Issue #"),
33-
"pr": ("https://github.com/jupyterhub/repo2docker/pull/%s", "PR #"),
34-
"user": ("https://github.com/%s", "@"),
32+
"issue": ("https://github.com/jupyterhub/repo2docker/issues/%s", "Issue #%s"),
33+
"pr": ("https://github.com/jupyterhub/repo2docker/pull/%s", "PR #%s"),
34+
"user": ("https://github.com/%s", "@%s"),
3535
}
3636

3737

0 commit comments

Comments
 (0)