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:50:30 +0100 |
| commit | f13bedf102a8e65272d8b10e82eecdaab092a470 (patch) | |
| tree | 586a82b39b80f38c1a8124b93a1174be29a72409 | |
| parent | c506639b425ca876b2d9a633fc6410e917d45605 (diff) | |
[3.0.x] Updated CVE URL.
Backport of 656b331b13e08e82bbf0b88d39080c5b1a02109c from master
| -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 972cc029d7..08ae1854a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,7 +96,7 @@ django_next_version = '3.1' 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', '#'), |
