From 182369fe963f3586ebc3b59219cf60a641b2f4b2 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Thu, 12 Oct 2023 16:59:06 -0300 Subject: [PATCH] Update link --- src/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Response.php b/src/Response.php index aa352d8..c8619a2 100644 --- a/src/Response.php +++ b/src/Response.php @@ -179,7 +179,7 @@ public function getStatus() : string * * NOTE: To be parsed, links must be in the GitHub REST API format. * - * @see https://docs.github.com/en/rest/overview/resources-in-the-rest-api#link-header + * @see https://docs.github.com/en/rest/guides/using-pagination-in-the-rest-api#using-link-headers * @see https://docs.aplus-framework.com/guides/libraries/pagination/index.html#http-header-link * @see https://datatracker.ietf.org/doc/html/rfc5988 *