From: David Lord Date: Sat, 21 Dec 2024 18:47:08 +0000 (-0800) Subject: use project advisory link instead of global X-Git-Tag: 3.1.6~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab8218c7a1b66b62e0ad6b941bd514e3a64a358f;p=thirdparty%2Fjinja.git use project advisory link instead of global --- diff --git a/docs/conf.py b/docs/conf.py index 02c74a86..280610e5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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),