aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-10-25 15:00:27 -0400
committerTim Harder <radhermit@gmail.com>2014-10-25 20:04:32 -0400
commit338bb7f981677da255715f83ea9f86a9c2eb35f6 (patch)
treee9a6794e77528f056833fd902f1c64fbeabedc81 /doc/conf.py
parentsetup: clean up linting warnings (diff)
downloadsnakeoil-338bb7f981677da255715f83ea9f86a9c2eb35f6.tar.gz
snakeoil-338bb7f981677da255715f83ea9f86a9c2eb35f6.tar.bz2
snakeoil-338bb7f981677da255715f83ea9f86a9c2eb35f6.zip
update URLs to github
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 ')
}