]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
use project advisory link instead of global
authorDavid Lord <davidism@gmail.com>
Sat, 21 Dec 2024 18:47:08 +0000 (10:47 -0800)
committerDavid Lord <davidism@gmail.com>
Sat, 21 Dec 2024 18:47:08 +0000 (10:47 -0800)
docs/conf.py

index 02c74a86b27d303419c1a308e1bcbaa63e19d61e..280610e53c0175e765a319d21072e604724ced1c 100644 (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),