Skip to content

Commit

Permalink
fix ghsa links
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Oct 25, 2024
1 parent 7ff62c9 commit 06e5094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
extlinks = {
"issue": ("https://github.com/pallets/werkzeug/issues/%s", "#%s"),
"pr": ("https://github.com/pallets/werkzeug/pull/%s", "#%s"),
"ghsa": ("https://github.com/advisories/%s", "GHSA-%s"),
"ghsa": ("https://github.com/advisories/GHSA-%s", "GHSA-%s"),
}
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
Expand Down

0 comments on commit 06e5094

Please sign in to comment.