Skip to content

Commit

Permalink
Update URLs after repository moved.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlissett committed May 4, 2022
1 parent 110e0cb commit 5fe542a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Bugs or feature requests

* Submit an issue on the [Issues page](https://github.com/sckott/pygbif/issues) - be sure to include your Python version and pygbif version
* Submit an issue on the [Issues page](https://github.com/gbif/pygbif/issues) - be sure to include your Python version and pygbif version

## Code formatting

Expand All @@ -12,4 +12,4 @@ Run `black pygbif` before submitting a pull request to fix any formatting. `blac

## Code of conduct

Contributors need to follow the [code of conduct](https://github.com/sckott/pygbif/blob/master/CONDUCT.md)
Contributors need to follow the [code of conduct](https://github.com/gbif/pygbif/blob/master/CONDUCT.md)
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ pygbif
Python client for the `GBIF API
<https://www.gbif.org/developer/summary>`_

`Source on GitHub at sckott/pygbif <https://github.com/sckott/pygbif>`_
`Source on GitHub at gbif/pygbif <https://github.com/gbif/pygbif>`_

Other GBIF clients:

* R: `rgbif`, `ropensci/rgbif <https://github.com/ropensci/rgbif>`_
* Ruby: `gbifrb`, `sckott/gbifrb <https://github.com/sckott/gbifrb>`_
* PHP: `php-gbif`, `restelae/php-gbif <https://gitlab.res-telae.cat/restelae/php-gbif>`_

Contributing: `CONTRIBUTING.md <https://github.com/sckott/pygbif/blob/master/.github/CONTRIBUTING.md>`_
Contributing: `CONTRIBUTING.md <https://github.com/gbif/pygbif/blob/master/.github/CONTRIBUTING.md>`_

Installation
============
Expand All @@ -29,7 +29,7 @@ Development version

.. code-block:: console
[sudo] pip install git+git://github.com/sckott/pygbif.git#egg=pygbif
[sudo] pip install git+git://github.com/gbif/pygbif.git#egg=pygbif
`pygbif` is split up into modules for each of the major groups of API methods.
Expand Down Expand Up @@ -138,7 +138,7 @@ Example usage:
out.img
out.plot()
.. image:: https://github.com/sckott/pygbif/raw/master/gbif_map.png
.. image:: https://github.com/gbif/pygbif/raw/master/gbif_map.png
:width: 25%
:scale: 25%

Expand Down Expand Up @@ -181,11 +181,11 @@ Meta
.. |docs| image:: https://readthedocs.org/projects/pygbif/badge/?version=latest
:target: http://pygbif.rtfd.org/

.. |ghactions| image:: https://github.com/sckott/pygbif/workflows/Python/badge.svg
:target: https://github.com/sckott/pygbif/actions?query=workflow%3APython
.. |ghactions| image:: https://github.com/gbif/pygbif/workflows/Python/badge.svg
:target: https://github.com/gbif/pygbif/actions?query=workflow%3APython

.. |coverage| image:: https://codecov.io/gh/sckott/pygbif/branch/master/graph/badge.svg?token=frXPREGk1D
:target: https://codecov.io/gh/sckott/pygbif
.. |coverage| image:: https://codecov.io/gh/gbif/pygbif/branch/master/graph/badge.svg?token=frXPREGk1D
:target: https://codecov.io/gh/gbif/pygbif

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]

# Github repo
issues_github_path = "sckott/pygbif"
issues_github_path = "gbif/pygbif"

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pygbif |version| documentation
Python client for the `GBIF API
<http://www.gbif.org/developer/summary>`_

Source on GitHub at `sckott/pygbif <https://github.com/sckott/pygbif>`_
Source on GitHub at `gbif/pygbif <https://github.com/gbif/pygbif>`_

Getting help
============
Expand All @@ -18,7 +18,7 @@ Having trouble? Or want to know how to get started?
* Looking for specific information? Try the :ref:`genindex`
* Report bugs with pygbif in our `issue tracker`_.

.. _issue tracker: https://github.com/sckott/pygbif/issues
.. _issue tracker: https://github.com/gbif/pygbif/issues


Installation
Expand Down Expand Up @@ -126,8 +126,8 @@ Indices and tables
.. |docs| image:: https://readthedocs.org/projects/pygbif/badge/?version=latest
:target: http://pygbif.rtfd.org/

.. |ghactions| image:: https://github.com/sckott/pygbif/workflows/Python/badge.svg
:target: https://github.com/sckott/pygbif/actions?query=workflow%3APython
.. |ghactions| image:: https://github.com/gbif/pygbif/workflows/Python/badge.svg
:target: https://github.com/gbif/pygbif/actions?query=workflow%3APython

.. |coverage| image:: https://codecov.io/gh/sckott/pygbif/branch/master/graph/badge.svg?token=frXPREGk1D
:target: https://codecov.io/gh/sckott/pygbif
.. |coverage| image:: https://codecov.io/gh/gbif/pygbif/branch/master/graph/badge.svg?token=frXPREGk1D
:target: https://codecov.io/gh/gbif/pygbif
2 changes: 1 addition & 1 deletion docs/intro/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Development version

.. code-block:: console
[sudo] pip install git+git://github.com/sckott/pygbif.git#egg=pygbif
[sudo] pip install git+git://github.com/gbif/pygbif.git#egg=pygbif
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description_content_type="text/x-rst",
author="Scott Chamberlain",
author_email="myrmecocystus@gmail.com",
url="http://github.com/sckott/pygbif",
url="http://github.com/gbif/pygbif",
license="MIT",
packages=find_packages(exclude=["test-*"]),
install_requires=[
Expand Down

0 comments on commit 5fe542a

Please sign in to comment.