You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/rest/guides/traversing-with-pagination.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ shortTitle: Traverse with pagination
16
16
17
17
The {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} API provides a vast wealth of information for developers to consume.
18
18
Most of the time, you might even find that you're asking for _too much_ information,
19
-
and in order to keep our servers happy, the API will automatically [paginate the requested items][pagination].
19
+
and in order to keep our servers happy, the API will automatically [paginate the requested items](/rest/overview/resources-in-the-rest-api#pagination).
20
20
21
21
In this guide, we'll make some calls to the Search API, and iterate over
22
22
the results using pagination. You can find the complete source code for this project
0 commit comments