Skip to content

Commit 96d6a9a

Browse files
zyvjpadilla
authored andcommitted
Docs: update link in pagination.py (#5321)
The blog post referenced in the documentation has been since moved to a new location.
1 parent 1f2e2de commit 96d6a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/pagination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ class CursorPagination(BasePagination):
473473
"""
474474
The cursor pagination implementation is necessarily complex.
475475
For an overview of the position/offset style we use, see this post:
476-
http://cramer.io/2011/03/08/building-cursors-for-the-disqus-api
476+
http://cra.mr/2011/03/08/building-cursors-for-the-disqus-api
477477
"""
478478
cursor_query_param = 'cursor'
479479
cursor_query_description = _('The pagination cursor value.')

0 commit comments

Comments
 (0)