aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 61c85a2e..e9dc2bc2 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -228,12 +228,12 @@ autodoc_default_flags = ['members', 'show-inheritance', 'inherited-members'] # +
autosummary_generate = False
rst_epilog = """
-.. |homepage| replace:: http://snakeoil.googlecode.com/
-.. |release_url| replace:: http://code.google.com/p/snakeoil/downloads/
+.. |homepage| replace:: https://github.com/pkgcore/snakeoil
+.. |release_url| replace:: https://github.com/pkgcore/snakeoil/releases
""" % {"release":release}
extlinks = {
- 'git_tag':('http://code.google.com/p/snakeoil/source/list?name=%s', 'git log '),
- 'git_release':('http://code.google.com/p/snakeoil/downloads/detail?name=snakeoil-%s.tar.bz2',
+ 'git_tag':('https://github.com/pkgcore/snakeoil/releases/tag/%s', 'git log '),
+ 'git_release':('https://github.com/pkgcore/snakeoil/archive/%s.tar.gz',
'release download ')
}