Skip to content

Commit

Permalink
update broken github pagination link
Browse files Browse the repository at this point in the history
  • Loading branch information
EFord36 committed Feb 23, 2024
1 parent b8be93a commit 0ec2780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ Link Headers
Many HTTP APIs feature Link headers. They make APIs more self describing and
discoverable.

GitHub uses these for `pagination <https://developer.github.com/v3/#pagination>`_
GitHub uses these for `pagination <https://docs.github.com/en/rest/guides/using-pagination-in-the-rest-api>`_
in their API, for example::

>>> url = 'https://api.github.com/users/kennethreitz/repos?page=1&per_page=10'
Expand Down

0 comments on commit 0ec2780

Please sign in to comment.