diff options
| author | Claude Paroz <claude@2xlibre.net> | 2017-05-20 17:51:21 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2017-05-22 19:32:02 +0200 |
| commit | 65dfe579d08361e04b7b3c1895b10f84b69d5c59 (patch) | |
| tree | 960e2ea3ad9e1a15aec175cd031fe707d663bc66 /docs/conf.py | |
| parent | a810f4aa04d205afba39903a141422cdbc945667 (diff) | |
[1.11.x] Updated various links in docs to avoid redirects
Thanks Tim Graham and Mariusz Felisiak for review and completion.
Diffstat (limited to 'docs/conf.py')
| -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 f1e1457a79..a7acfe6b69 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -375,5 +375,5 @@ epub_cover = ('', 'epub-cover.html') # epub_use_index = True # -- custom extension options -------------------------------------------------- -cve_url = 'https://web.nvd.nist.gov/view/vuln/detail?vulnId=%s' +cve_url = 'https://nvd.nist.gov/view/vuln/detail?vulnId=%s' ticket_url = 'https://code.djangoproject.com/ticket/%s' |
