use project advisory link instead of global

This commit is contained in:
David Lord 2024-12-21 10:47:08 -08:00
parent b4ffc8ff29
commit ab8218c7a1
No known key found for this signature in database
GPG Key ID: 43368A7AA8CC5926

View File

@ -24,7 +24,7 @@ autodoc_preserve_defaults = True
extlinks = {
"issue": ("https://github.com/pallets/jinja/issues/%s", "#%s"),
"pr": ("https://github.com/pallets/jinja/pull/%s", "#%s"),
"ghsa": ("https://github.com/advisories/GHSA-%s", "GHSA-%s"),
"ghsa": ("https://github.com/pallets/jinja/security/advisories/GHSA-%s", "GHSA-%s"),
}
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),