update broken github pagination link

This commit is contained in:
Elliot Ford
2023-11-24 10:37:33 +00:00
parent b8be93a721
commit 0ec2780c29
+1 -1
View File
@@ -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'