diff --git a/README.es.rst b/README.es.rst
index 6147175..15d6764 100644
--- a/README.es.rst
+++ b/README.es.rst
@@ -80,4 +80,4 @@ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
-.. _BitBucket: http://bitbucket.org/dhellmann/virtualenvwrapper/overview/
+.. _github: https://github.com/python-virtualenvwrapper/virtualenvwrapper/
diff --git a/README.ja.rst b/README.ja.rst
index 805f0ce..a3931e7 100644
--- a/README.ja.rst
+++ b/README.ja.rst
@@ -48,7 +48,7 @@ virtualenvwrapper は Bourne シェル互換の構文で定義された
ここに記載されていないシェルで動作することを発見したら私に
教えてください。もしあなたがその他のシェルで動作させるために
virtualenvwrapper を完全に書き直すことなく修正できるなら、
-bitbucket のプロジェクトページを通じて pull リクエストを
+GitHub のプロジェクトページを通じて pull リクエストを
送ってください。あなたが非互換なシェル上で動作させるクローンを
作成するなら、このページでリンクを張るので私に連絡してください。
@@ -84,7 +84,7 @@ virtualenvwrapper のコアへ新しい機能を追加する前に、
`virtualenvwrapper Google Group `__
に参加してください。
-`BitBucket のバグトラッカー `__
+`GitHub のバグトラッカー `__
でバグを報告してください。
シェルエイリアス
diff --git a/README.txt b/README.txt
index 4aea1ed..bd42fbe 100644
--- a/README.txt
+++ b/README.txt
@@ -50,11 +50,11 @@ virtualenvwrapper is a set of shell *functions* defined in Bourne
shell compatible syntax. It is tested under ``bash``, ``ksh``, and
``zsh``. It may work with other shells, so if you find that it does
work with a shell not listed here please let us know by opening a
-`ticket on bitbucket
-`_.
+`ticket on GitHub
+`_.
If you can modify it to work with another shell, without completely
-rewriting it, send a pull request through the `bitbucket project page
-`_. If
+rewriting it, send a pull request through the `GitHub project page
+`_. If
you write a clone to work with an incompatible shell, let us know and
we will link to it from this page.
@@ -71,8 +71,8 @@ Join the `virtualenvwrapper Google Group
`__ to discuss
issues and features.
-Report bugs via the `bug tracker on Bitbucket
-`__.
+Report bugs via the `bug tracker on GitHub
+`__.
Shell Aliases
=============
diff --git a/docs/source/developers.rst b/docs/source/developers.rst
index 8de06e5..01e9e04 100644
--- a/docs/source/developers.rst
+++ b/docs/source/developers.rst
@@ -4,8 +4,8 @@ For Developers
If you would like to contribute to virtualenvwrapper directly, these
instructions should help you get started. Patches, bug reports, and
-feature requests are all welcome through the `BitBucket site
-`_. Contributions
+feature requests are all welcome through the `GitHub site
+`_. Contributions
in the form of patches or pull requests are easier to integrate and
will receive priority attention.
diff --git a/docs/source/extensions.rst b/docs/source/extensions.rst
index 8b300f3..8519d24 100644
--- a/docs/source/extensions.rst
+++ b/docs/source/extensions.rst
@@ -51,7 +51,7 @@ bitbucket
---------
The bitbucket_ extension automatically clones a mercurial repository
-from the specified bitbucket project.
+from the specified Bitbucket project.
.. _bitbucket: https://pypi.python.org/pypi/virtualenvwrapper.bitbucket
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 29e088d..f0fc0e1 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -211,8 +211,8 @@ Join the `virtualenvwrapper Google Group
`__ to discuss
issues and features.
-Report bugs via the `bug tracker on BitBucket
-`__.
+Report bugs via the `bug tracker on GitHub
+`__.
Shell Aliases
=============
diff --git a/docs/source/install.rst b/docs/source/install.rst
index 2aafa8d..0769ce7 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -18,11 +18,11 @@ shells on OS X and Linux:
It may work with other shells, so if you find that it does work with a
shell not listed here please let me know. If you can modify it to
work with another shell without completely rewriting it, then send a pull
-request through the `bitbucket project page`_. If you write a clone to
+request through the `GitHub project page`_. If you write a clone to
work with an incompatible shell, let me know and I will link to it
from this page.
-.. _bitbucket project page: https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/
+.. _GitHub project page: https://GitHub.com/python-virtualenvwrapper/virtualenvwrapper/
Windows Command Prompt
----------------------
diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst
index a27a406..63e8e0c 100644
--- a/docs/source/plugins.rst
+++ b/docs/source/plugins.rst
@@ -396,4 +396,4 @@ respectively.
.. _Setuptools entry points: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
-.. _project: https://bitbucket.org/virtualenvwrapper/virtualenvwrapper
+.. _project: https://github.com/python-virtualenvwrapper/virtualenvwrapper
diff --git a/docs/source/projects.rst b/docs/source/projects.rst
index c08ea33..d5f6e63 100644
--- a/docs/source/projects.rst
+++ b/docs/source/projects.rst
@@ -23,7 +23,7 @@ A new project directory can be created empty, or populated using one
or more :term:`template` plugins. Templates should be specified as
arguments to :ref:`command-mkproject`. Multiple values can be provided
to apply more than one template. For example, to check out a Mercurial
-repository from a project on bitbucket and create a new Django
+repository from a project on BitBucket and create a new Django
site, combine the :ref:`templates-bitbucket` and
:ref:`templates-django` templates.