diff options
| author | Tim Graham <timograham@gmail.com> | 2021-01-02 06:49:00 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-02 12:51:06 +0100 |
| commit | e8e28e747f0d9332df62dc706d7ffb07779d0c3b (patch) | |
| tree | becb237ca77747acf984e6c2ae15af8f87da107f /docs | |
| parent | e893c0ad8b0b5b0a1e5be3345c287044868effc4 (diff) | |
[2.2.x] Updated CVE URL.
Backport of 656b331b13e08e82bbf0b88d39080c5b1a02109c from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 11d637cb5c..b2a881aaab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,7 +96,7 @@ django_next_version = '3.0' 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/stable/' + version + '.x/%s', ''), 'ticket': ('https://code.djangoproject.com/ticket/%s', '#'), |
