summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2021-01-02 06:49:00 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-02 12:49:36 +0100
commit558c1001819d6edf449e0e1adfa06285d79df69d (patch)
treedea503226ae3b32cb592c486f4cede56fa51e99a /docs
parent5fdc81d8930b85849a39e550fa54be1cad10d74d (diff)
[3.1.x] Updated CVE URL.
Backport of 656b331b13e08e82bbf0b88d39080c5b1a02109c from master
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f5ca14148b..5caf0399ba 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', '#'),