Skip to content

Commit

Permalink
Fix URL links on README.rst (#135)
Browse files Browse the repository at this point in the history
Fix URL links to the GitHub API on the README.rst.

Co-authored-by: Brett Cannon <brett@python.org>
  • Loading branch information
marcelotrevisani and brettcannon committed Nov 25, 2020
1 parent 63250a5 commit 0c2972a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gidgethub
=========
An asynchronous `GitHub API <https://developer.github.com/>`_ library.
An asynchronous `GitHub API <https://docs.github.com/>`_ library.


Development status
Expand Down Expand Up @@ -32,7 +32,7 @@ Goals
-----

The key goal is to provide a base library for the
`GitHub API <https://developer.github.com/>`_ which performs no I/O of its own (a
`GitHub API <https://docs.github.com/>`_ which performs no I/O of its own (a
`sans-I/O <https://sans-io.readthedocs.io/>`_ library). This allows users to
choose whatever HTTP library they prefer while parceling out GitHub-specific
details to this library. This base library is then built upon to provide an
Expand All @@ -45,7 +45,7 @@ Alternative libraries
---------------------

If you think you want a different approach to the GitHub API,
`GitHub maintains a list of libraries <https://developer.github.com/libraries/>`_.
`GitHub maintains a list of libraries <https://developer.github.com/v3/libraries/>`_.


*Aside*: what's with the name?
Expand All @@ -62,4 +62,3 @@ Changelog
---------

See the documentation for the `full changelog <https://gidgethub.readthedocs.io/en/latest/changelog.html>`_.

0 comments on commit 0c2972a

Please sign in to comment.