Skip to content

Commit ab93618

Browse files
authored
Merge pull request #12801 from btrd/patch-2
Fix link to pagination doc
2 parents a1c7c99 + 426cf85 commit ab93618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/rest/guides/traversing-with-pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ shortTitle: Traverse with pagination
1616

1717
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.
1818
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).
2020

2121
In this guide, we'll make some calls to the Search API, and iterate over
2222
the results using pagination. You can find the complete source code for this project

0 commit comments

Comments
 (0)