summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2021-01-02 06:49:00 -0500
committerGitHub <noreply@github.com>2021-01-02 12:49:00 +0100
commit656b331b13e08e82bbf0b88d39080c5b1a02109c (patch)
treee6d645ecaf216bf3308b700529f27ff0f5f7be79
parente13b71403bd1568abed237858127677144d43d23 (diff)
Updated CVE URL.
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4970e754c7..7039c9b164 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -103,7 +103,7 @@ django_next_version = '3.2'
extlinks = {
'commit': ('https://github.com/django/django/commit/%s', ''),
- 'cve': ('https://nvd.nist.gov/view/vuln/detail?vulnId=%s', 'CVE-'),
+ 'cve': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-'),
# A file or directory. GitHub redirects from blob to tree if needed.
'source': ('https://github.com/django/django/blob/master/%s', ''),
'ticket': ('https://code.djangoproject.com/ticket/%s', '#'),