Merge pull request #48 from khornberg/bug/docs

Doc: Fix doc links
This commit is contained in:
Kyle Hornberg
2019-01-02 12:40:58 -06:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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 <http://tox.readthedocs.io/en/latest/install.html>`_ one command::
4. When you're done making changes, run all the checks, doc builder and spell checker with `tox <https://tox.readthedocs.io/en/latest/install.html>`_ one command::
tox
+5 -5
View File
@@ -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 <https://github.com/octokit/rest.js/blob/master/lib/routes.json>`_ and `webhook data <https://github.com/octokit/webhooks.js/blob/master/lib/webhook-names.json>`_
The :code:`octokit` client based on the available `route data <https://github.com/khornberg/octokitpy-routes>`_ and `webhook data <https://github.com/octokit/webhooks.js/blob/master/lib/webhook-names.json>`_
::