Skip to content

Commit 060a3b6

Browse files
authored
Docs: fix broken link (encode#8245)
1 parent 781890b commit 060a3b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api-guide/pagination.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ The [`drf-proxy-pagination` package][drf-proxy-pagination] includes a `ProxyPagi
312312

313313
## link-header-pagination
314314

315-
The [`django-rest-framework-link-header-pagination` package][drf-link-header-pagination] includes a `LinkHeaderPagination` class which provides pagination via an HTTP `Link` header as described in [Github's developer documentation](github-link-pagination).
315+
The [`django-rest-framework-link-header-pagination` package][drf-link-header-pagination] includes a `LinkHeaderPagination` class which provides pagination via an HTTP `Link` header as described in [GitHub REST API documentation][github-traversing-with-pagination].
316316

317317
[cite]: https://docs.djangoproject.com/en/stable/topics/pagination/
318318
[link-header]: ../img/link-header-pagination.png
@@ -322,3 +322,4 @@ The [`django-rest-framework-link-header-pagination` package][drf-link-header-pag
322322
[drf-link-header-pagination]: https://github.com/tbeadle/django-rest-framework-link-header-pagination
323323
[disqus-cursor-api]: https://cra.mr/2011/03/08/building-cursors-for-the-disqus-api
324324
[float_cursor_pagination_example]: https://gist.github.com/keturn/8bc88525a183fd41c73ffb729b8865be#file-fpcursorpagination-py
325+
[github-traversing-with-pagination]: https://docs.github.com/en/rest/guides/traversing-with-pagination

0 commit comments

Comments
 (0)