From: Lasse Schuirmann Date: Mon, 21 Sep 2015 11:47:09 +0000 (+0200) Subject: docs: Change repository adress X-Git-Tag: dev-2a51c9b95d06~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb084c1be1731805f2bc8cd00a86b176cfa6f906;p=thirdparty%2Fbabel.git docs: Change repository adress The repository moved. --- diff --git a/README b/README index 56b36a90..f329291b 100644 --- a/README +++ b/README @@ -11,4 +11,4 @@ For more information please visit the Babel web site: -Join the chat at https://gitter.im/mitsuhiko/babel +Join the chat at https://gitter.im/python-babel/babel diff --git a/docs/_templates/sidebar-links.html b/docs/_templates/sidebar-links.html index 856aa1ba..a55b2dd9 100644 --- a/docs/_templates/sidebar-links.html +++ b/docs/_templates/sidebar-links.html @@ -10,6 +10,6 @@ diff --git a/docs/conf.py b/docs/conf.py index c84ebaef..ed75a531 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -257,6 +257,6 @@ intersphinx_mapping = { } extlinks = { - 'gh': ('https://github.com/mitsuhiko/babel/issues/%s', '#'), + 'gh': ('https://github.com/python-babel/babel/issues/%s', '#'), 'trac': ('http://babel.edgewall.org/ticket/%s', 'ticket #'), } diff --git a/docs/installation.rst b/docs/installation.rst index 07f0306d..0aea3abf 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -80,7 +80,7 @@ use a git checkout. Get the git checkout in a new virtualenv and run in development mode:: - $ git clone http://github.com/mitsuhiko/babel.git + $ git clone http://github.com/python-babel/babel.git Initialized empty Git repository in ~/dev/babel/.git/ $ cd babel $ virtualenv venv