From ab8218c7a1b66b62e0ad6b941bd514e3a64a358f Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 21 Dec 2024 10:47:08 -0800 Subject: [PATCH] use project advisory link instead of global --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.47.3