From fb084c1be1731805f2bc8cd00a86b176cfa6f906 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Mon, 21 Sep 2015 13:47:09 +0200 Subject: [PATCH] docs: Change repository adress The repository moved. --- README | 2 +- docs/_templates/sidebar-links.html | 4 ++-- docs/conf.py | 2 +- docs/installation.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.47.2