aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 695103db8..a3a4b0216 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -57,6 +57,8 @@ extlinks = {
'viewmtn': ('http://viewmtn.randombit.net/tree/h:%s', ''),
'botan-devel': ('http://lists.randombit.net/pipermail/botan-devel/%s.html', None),
+ 'cve': ('http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-'),
+
'tgz': (files_dir + '/Botan-%s.tgz', 'tar/gz for '),
'tgz_sig': (files_dir + '/Botan-%s.tgz.asc', 'tar/gz sig '),
'tbz': (files_dir + '/Botan-%s.tbz', 'tar/bzip for '),