aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.rst3
-rw-r--r--src/build-data/sphinx/conf.py10
2 files changed, 7 insertions, 6 deletions
diff --git a/readme.rst b/readme.rst
index 51ca264bd..6034ae45c 100644
--- a/readme.rst
+++ b/readme.rst
@@ -4,7 +4,8 @@ Botan Crypto Library
Botan is a C++11 library for crypto and TLS released under the permissive
2-clause BSD license (see ``doc/license.rst`` for the specifics).
-You can file bugs in `Bugzilla <http://bugs.randombit.net/>`_ or by sending a
+You can file bugs in `GitHub Issues
+<https://github.com/randombit/botan/issues/>`_ or by sending a
report to the `botan-devel mailing list
<http://lists.randombit.net/mailman/listinfo/botan-devel/>`_
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 '),