We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ffc8f commit ab8218cCopy full SHA for ab8218c
docs/conf.py
@@ -24,7 +24,7 @@
24
extlinks = {
25
"issue": ("https://github.com/pallets/jinja/issues/%s", "#%s"),
26
"pr": ("https://github.com/pallets/jinja/pull/%s", "#%s"),
27
- "ghsa": ("https://github.com/advisories/GHSA-%s", "GHSA-%s"),
+ "ghsa": ("https://github.com/pallets/jinja/security/advisories/GHSA-%s", "GHSA-%s"),
28
}
29
intersphinx_mapping = {
30
"python": ("https://docs.python.org/3/", None),
0 commit comments