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.
2 parents 7112d17 + 2f46bcc commit 4ae9cfaCopy full SHA for 4ae9cfa
docs/source/conf.py
@@ -29,9 +29,9 @@
29
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
30
templates_path = ["_templates"]
31
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", "@"),
+ "issue": ("https://github.com/jupyterhub/repo2docker/issues/%s", "Issue #%s"),
+ "pr": ("https://github.com/jupyterhub/repo2docker/pull/%s", "PR #%s"),
+ "user": ("https://github.com/%s", "@%s"),
35
}
36
37
0 commit comments