diff options
author | lloyd <[email protected]> | 2014-12-17 04:02:00 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-12-17 04:02:00 +0000 |
commit | dad6b7c94067b2d571ee9ef187a2a370b1b1e16a (patch) | |
tree | 18dc26901f151fbebfefe9e57f077c70623f6d0b /src | |
parent | fe6a46ad89788436d17736b286662b793f776885 (diff) |
New download directory structure.
Point users at github issues instead of bugzilla.
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/sphinx/conf.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/build-data/sphinx/conf.py b/src/build-data/sphinx/conf.py index aa6b33c4f..29a1c1fe7 100644 --- a/src/build-data/sphinx/conf.py +++ b/src/build-data/sphinx/conf.py @@ -32,19 +32,19 @@ templates_path = ['templates'] if is_website_build and use_disqus: templates_path += ['disqus'] -files_dir = 'http://files.randombit.net/botan' +files_dir = 'http://botan.randombit.net/releases' extlinks = { - 'pr': ('https://bugs.randombit.net/show_bug.cgi?id=%s', 'PR '), + 'pr': ('http://bugs.randombit.net/show_bug.cgi?id=%s', 'PR '), 'wikipedia': ('https://en.wikipedia.org/wiki/%s', ''), - 'botan-devel': ('https://lists.randombit.net/pipermail/botan-devel/%s.html', None), + 'botan-devel': ('http://lists.randombit.net/pipermail/botan-devel/%s.html', None), 'cve': ('https://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 '), - 'tbz_sig': (files_dir + '/Botan-%s.tbz.asc', 'tar/bzip sig '), +# 'tbz': (files_dir + '/Botan-%s.tbz', 'tar/bzip for '), +# 'tbz_sig': (files_dir + '/Botan-%s.tbz.asc', 'tar/bzip sig '), 'installer_x86_32': (files_dir + '/win32/botan-%s-x86_32.exe', 'x86-32 '), 'installer_x86_64': (files_dir + '/win32/botan-%s-x86_64.exe', 'x86-64 '), |