diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3c9c732..7849d3f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -48,7 +48,7 @@ To set up `octokit.py` for local development: Now you can make your changes locally. -4. When you're done making changes, run all the checks, doc builder and spell checker with `tox `_ one command:: +4. When you're done making changes, run all the checks, doc builder and spell checker with `tox `_ one command:: tox diff --git a/README.rst b/README.rst index 24372fc..10116b4 100644 --- a/README.rst +++ b/README.rst @@ -34,19 +34,19 @@ Overview .. |version| image:: https://img.shields.io/pypi/v/octokitpy.svg :alt: PyPI Package latest release - :target: https://pypi.python.org/pypi/octokitpy + :target: https://pypi.org/project/octokitpy/ .. |wheel| image:: https://img.shields.io/pypi/wheel/octokitpy.svg :alt: PyPI Wheel - :target: https://pypi.python.org/pypi/octokitpy + :target: https://pypi.org/project/octokitpy/ .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/octokitpy.svg :alt: Supported versions - :target: https://pypi.python.org/pypi/octokitpy + :target: https://pypi.org/project/octokitpy/ .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/octokitpy.svg :alt: Supported implementations - :target: https://pypi.python.org/pypi/octokitpy + :target: https://pypi.org/project/octokitpy/ .. end-badges @@ -154,7 +154,7 @@ GitHub APIs Data ---- -The :code:`octokit` client based on the available `rest data `_ and `webhook data `_ +The :code:`octokit` client based on the available `route data `_ and `webhook data `_ ::