Skip to content

Commit

Permalink
Merge pull request #1276 from minrk/extlinks
Browse files Browse the repository at this point in the history
fix github link templates
  • Loading branch information
manics authored May 24, 2023
2 parents 7112d17 + 2f46bcc commit 4ae9cfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
templates_path = ["_templates"]
extlinks = {
"issue": ("https://github.com/jupyterhub/repo2docker/issues/%s", "Issue #"),
"pr": ("https://github.com/jupyterhub/repo2docker/pull/%s", "PR #"),
"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"),
}


Expand Down

0 comments on commit 4ae9cfa

Please sign in to comment.