summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2012-07-27 00:27:08 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2012-07-27 00:27:08 +0200
commitcf71ed75a44d48a7dbed3b1e412cc8d0f3ef44e7 (patch)
tree9016d05e307a38e1ef58993ed05380aa4adaabdf /docs/conf.py
parent22c88e4de3e1edd67c5334c2c4f54b1178c9fec2 (diff)
downloadpelican-cf71ed75a44d48a7dbed3b1e412cc8d0f3ef44e7.tar.gz
the repositories are now hosted under 'getpelican'
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ac2d67ee..2a11fe3e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,7 +24,7 @@ html_theme = 'pelican'
html_theme_options = {
'nosidebar': True,
'index_logo': 'pelican.png',
- 'github_fork': 'ametaireau/pelican',
+ 'github_fork': 'getpelican/pelican',
}
html_static_path = ['_static']