Skip to content

Commit

Permalink
changed urls to bethgelab organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Jun 14, 2017
1 parent 4fdc6d4 commit 4f7dcb7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
.. image:: https://readthedocs.org/projects/foolbox/badge/?version=latest
:target: https://foolbox.readthedocs.io/en/latest/

.. image:: https://travis-ci.org/jonasrauber/foolbox.svg?branch=master
:target: https://travis-ci.org/jonasrauber/foolbox
.. image:: https://travis-ci.org/bethgelab/foolbox.svg?branch=master
:target: https://travis-ci.org/bethgelab/foolbox

.. image:: https://coveralls.io/repos/github/bethgelab/foolbox/badge.svg
:target: https://coveralls.io/github/bethgelab/foolbox


.. image:: https://coveralls.io/repos/github/jonasrauber/foolbox/badge.svg?branch=master
:target: https://coveralls.io/github/jonasrauber/foolbox

=======
Foolbox
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def find_source():
except Exception:
filename = info['module'].replace('.', '/') + '.py'
tag = 'master'
url = "https://github.com/jonasrauber/foolbox/blob/%s/%s"
url = "https://github.com/bethgelab/foolbox/blob/%s/%s"
return url % (tag, filename)


Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

.. _GitHub: https://github.com/jonasrauber/foolbox
.. _GitHub: https://github.com/bethgelab/foolbox
4 changes: 2 additions & 2 deletions docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Alternatively, you can install the latest development version of Foolbox from Gi

.. code-block:: bash
pip install https://github.com/jonasrauber/foolbox/archive/master.zip
pip install https://github.com/bethgelab/foolbox/archive/master.zip
.. _dev-install:
Expand All @@ -34,7 +34,7 @@ If you would like to contribute the development of Foolbox, install it in editab

.. code-block:: bash
git clone https://github.com/jonasrauber/foolbox.git
git clone https://github.com/bethgelab/foolbox.git
cd foolbox
pip install --editable .
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = foolbox
version = attr: foolbox.__version__
url = https://github.com/jonasrauber/foolbox
url = https://github.com/bethgelab/foolbox
license = MIT
author = Jonas Rauber & Wieland Brendel
author_email = opensource@bethgelab.org
Expand Down

0 comments on commit 4f7dcb7

Please sign in to comment.