Skip to content

Commit 9dddc07

Browse files
committed
Updating references to bitbucket
Fixes: #9
1 parent 9f5f932 commit 9dddc07

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

README.es.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
8080
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
8181
PERFORMANCE OF THIS SOFTWARE.
8282

83-
.. _BitBucket: http://bitbucket.org/dhellmann/virtualenvwrapper/overview/
83+
.. _github: https://github.com/python-virtualenvwrapper/virtualenvwrapper/

README.ja.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ virtualenvwrapper は Bourne シェル互換の構文で定義された
4848
ここに記載されていないシェルで動作することを発見したら私に
4949
教えてください。もしあなたがその他のシェルで動作させるために
5050
virtualenvwrapper を完全に書き直すことなく修正できるなら、
51-
bitbucket のプロジェクトページを通じて pull リクエストを
51+
GitHub のプロジェクトページを通じて pull リクエストを
5252
送ってください。あなたが非互換なシェル上で動作させるクローンを
5353
作成するなら、このページでリンクを張るので私に連絡してください。
5454

@@ -84,7 +84,7 @@ virtualenvwrapper のコアへ新しい機能を追加する前に、
8484
`virtualenvwrapper Google Group <http://groups.google.com/group/virtualenvwrapper/>`__
8585
に参加してください。
8686

87-
`BitBucket のバグトラッカー <http://bitbucket.org/dhellmann/virtualenvwrapper/>`__
87+
`github のバグトラッカー <https://github.com/python-virtualenvwrapper/virtualenvwrapper/>`__
8888
でバグを報告してください。
8989

9090
シェルエイリアス

README.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ virtualenvwrapper is a set of shell *functions* defined in Bourne
5050
shell compatible syntax. It is tested under ``bash``, ``ksh``, and
5151
``zsh``. It may work with other shells, so if you find that it does
5252
work with a shell not listed here please let us know by opening a
53-
`ticket on bitbucket
54-
<https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/issues>`_.
53+
`ticket on GitHub
54+
<https://github.com/python-virtualenvwrapper/virtualenvwrapper/issues>`_.
5555
If you can modify it to work with another shell, without completely
56-
rewriting it, send a pull request through the `bitbucket project page
57-
<https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/>`_. If
56+
rewriting it, send a pull request through the `GitHub project page
57+
<https://github.com/python-virtualenvwrapper/virtualenvwrapper/>`_. If
5858
you write a clone to work with an incompatible shell, let us know and
5959
we will link to it from this page.
6060

@@ -71,8 +71,8 @@ Join the `virtualenvwrapper Google Group
7171
<http://groups.google.com/group/virtualenvwrapper/>`__ to discuss
7272
issues and features.
7373

74-
Report bugs via the `bug tracker on Bitbucket
75-
<https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/issues>`__.
74+
Report bugs via the `bug tracker on GitHub
75+
<https://github.com/python-virtualenvwrapper/virtualenvwrapper/issues>`__.
7676

7777
Shell Aliases
7878
=============

docs/source/developers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ For Developers
44

55
If you would like to contribute to virtualenvwrapper directly, these
66
instructions should help you get started. Patches, bug reports, and
7-
feature requests are all welcome through the `BitBucket site
8-
<https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/>`_. Contributions
7+
feature requests are all welcome through the `GitHub site
8+
<https://github.com/python-virtualenvwrapper/virtualenvwrapper/>`_. Contributions
99
in the form of patches or pull requests are easier to integrate and
1010
will receive priority attention.
1111

docs/source/extensions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ Templates
4545
Below is a list of some of the templates available for use with
4646
:ref:`command-mkproject`.
4747

48-
.. _templates-bitbucket:
48+
.. _templates-github:
4949

5050
bitbucket
5151
---------
5252

5353
The bitbucket_ extension automatically clones a mercurial repository
54-
from the specified bitbucket project.
54+
from the specified Bitbucket project.
5555

5656
.. _bitbucket: https://pypi.python.org/pypi/virtualenvwrapper.bitbucket
5757

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ Join the `virtualenvwrapper Google Group
211211
<https://groups.google.com/group/virtualenvwrapper/>`__ to discuss
212212
issues and features.
213213

214-
Report bugs via the `bug tracker on BitBucket
215-
<https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/>`__.
214+
Report bugs via the `bug tracker on GitHub
215+
<https://github.com/python-virtualenvwrapper/virtualenvwrapper/>`__.
216216

217217
Shell Aliases
218218
=============

docs/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ shells on OS X and Linux:
1818
It may work with other shells, so if you find that it does work with a
1919
shell not listed here please let me know. If you can modify it to
2020
work with another shell without completely rewriting it, then send a pull
21-
request through the `bitbucket project page`_. If you write a clone to
21+
request through the `GitHub project page`_. If you write a clone to
2222
work with an incompatible shell, let me know and I will link to it
2323
from this page.
2424

25-
.. _bitbucket project page: https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/
25+
.. _github project page: https://GitHub.com/python-virtualenvwrapper/virtualenvwrapper/
2626

2727
Windows Command Prompt
2828
----------------------

docs/source/plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,4 @@ respectively.
396396

397397
.. _Setuptools entry points: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
398398

399-
.. _project: https://bitbucket.org/virtualenvwrapper/virtualenvwrapper
399+
.. _project: https://github.com/python-virtualenvwrapper/virtualenvwrapper

docs/source/projects.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ A new project directory can be created empty, or populated using one
2323
or more :term:`template` plugins. Templates should be specified as
2424
arguments to :ref:`command-mkproject`. Multiple values can be provided
2525
to apply more than one template. For example, to check out a Mercurial
26-
repository from a project on bitbucket and create a new Django
27-
site, combine the :ref:`templates-bitbucket` and
26+
repository from a project on GitHub and create a new Django
27+
site, combine the :ref:`templates-github` and
2828
:ref:`templates-django` templates.
2929

3030
::
3131

32-
$ mkproject -t bitbucket -t django my_site
32+
$ mkproject -t github -t django my_site
3333

3434
.. seealso::
3535

0 commit comments

Comments
 (0)