Skip to content

Commit 2daa62c

Browse files
authored
Merge pull request #48 from khornberg/bug/docs
Doc: Fix doc links
2 parents cda4071 + 20fc9ee commit 2daa62c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To set up `octokit.py` for local development:
4848

4949
Now you can make your changes locally.
5050

51-
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::
51+
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::
5252

5353
tox
5454

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ Overview
3434

3535
.. |version| image:: https://img.shields.io/pypi/v/octokitpy.svg
3636
:alt: PyPI Package latest release
37-
:target: https://pypi.python.org/pypi/octokitpy
37+
:target: https://pypi.org/project/octokitpy/
3838

3939
.. |wheel| image:: https://img.shields.io/pypi/wheel/octokitpy.svg
4040
:alt: PyPI Wheel
41-
:target: https://pypi.python.org/pypi/octokitpy
41+
:target: https://pypi.org/project/octokitpy/
4242

4343
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/octokitpy.svg
4444
:alt: Supported versions
45-
:target: https://pypi.python.org/pypi/octokitpy
45+
:target: https://pypi.org/project/octokitpy/
4646

4747
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/octokitpy.svg
4848
:alt: Supported implementations
49-
:target: https://pypi.python.org/pypi/octokitpy
49+
:target: https://pypi.org/project/octokitpy/
5050

5151

5252
.. end-badges
@@ -154,7 +154,7 @@ GitHub APIs
154154
Data
155155
----
156156

157-
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>`_
157+
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>`_
158158

159159
::
160160

0 commit comments

Comments
 (0)