Skip to content

Commit ab8218c

Browse files
committed
use project advisory link instead of global
1 parent b4ffc8f commit ab8218c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
extlinks = {
2525
"issue": ("https://github.com/pallets/jinja/issues/%s", "#%s"),
2626
"pr": ("https://github.com/pallets/jinja/pull/%s", "#%s"),
27-
"ghsa": ("https://github.com/advisories/GHSA-%s", "GHSA-%s"),
27+
"ghsa": ("https://github.com/pallets/jinja/security/advisories/GHSA-%s", "GHSA-%s"),
2828
}
2929
intersphinx_mapping = {
3030
"python": ("https://docs.python.org/3/", None),

0 commit comments

Comments
 (0)