Skip to content

Commit

Permalink
docs: Use %s placeholder for extlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed May 30, 2022
1 parent cf29849 commit 9281625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
]

extlinks = {
'issue': ('https://github.com/FactoryBoy/factory_boy/issues/%s', 'issue #'),
'pr': ('https://github.com/FactoryBoy/factory_boy/pull/%s', 'pull request #'),
'issue': ('https://github.com/FactoryBoy/factory_boy/issues/%s', 'issue %s'),
'pr': ('https://github.com/FactoryBoy/factory_boy/pull/%s', 'pull request %s'),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 9281625

Please sign in to comment.