From 06e5094161c304017540b7efafe0d136b9879966 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 25 Oct 2024 16:05:58 -0700 Subject: [PATCH] fix ghsa links --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d58c17e1d..5cbbd4fe7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ extlinks = { "issue": ("https://github.com/pallets/werkzeug/issues/%s", "#%s"), "pr": ("https://github.com/pallets/werkzeug/pull/%s", "#%s"), - "ghsa": ("https://github.com/advisories/%s", "GHSA-%s"), + "ghsa": ("https://github.com/advisories/GHSA-%s", "GHSA-%s"), } intersphinx_mapping = { "python": ("https://docs.python.org/3/", None),