From cfc9cda2b3b8830073e38e1ea040cf4689759214 Mon Sep 17 00:00:00 2001 From: Jean Bertrand Date: Thu, 9 Dec 2021 18:42:17 +0100 Subject: [PATCH 1/2] Fix link to pagination doc --- content/rest/guides/traversing-with-pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/guides/traversing-with-pagination.md b/content/rest/guides/traversing-with-pagination.md index bbf5c4c404..6958b1213c 100644 --- a/content/rest/guides/traversing-with-pagination.md +++ b/content/rest/guides/traversing-with-pagination.md @@ -16,7 +16,7 @@ shortTitle: Traverse with pagination 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. Most of the time, you might even find that you're asking for _too much_ information, -and in order to keep our servers happy, the API will automatically [paginate the requested items][pagination]. +and in order to keep our servers happy, the API will automatically [paginate the requested items][/rest/overview/resources-in-the-rest-api#pagination]. In this guide, we'll make some calls to the Search API, and iterate over the results using pagination. You can find the complete source code for this project From 9a3f834d2ea514eb41122a53371d8eb7f82ec391 Mon Sep 17 00:00:00 2001 From: Jean Bertrand Date: Fri, 10 Dec 2021 09:08:25 +0100 Subject: [PATCH 2/2] Update traversing-with-pagination.md --- content/rest/guides/traversing-with-pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/guides/traversing-with-pagination.md b/content/rest/guides/traversing-with-pagination.md index 6958b1213c..91595eb798 100644 --- a/content/rest/guides/traversing-with-pagination.md +++ b/content/rest/guides/traversing-with-pagination.md @@ -16,7 +16,7 @@ shortTitle: Traverse with pagination 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. Most of the time, you might even find that you're asking for _too much_ information, -and in order to keep our servers happy, the API will automatically [paginate the requested items][/rest/overview/resources-in-the-rest-api#pagination]. +and in order to keep our servers happy, the API will automatically [paginate the requested items](/rest/overview/resources-in-the-rest-api#pagination). In this guide, we'll make some calls to the Search API, and iterate over the results using pagination. You can find the complete source code for this project