diff --git a/docs/links/database.json b/docs/links/database.json index 140ce89b3bc6..5aa729113bf2 100644 --- a/docs/links/database.json +++ b/docs/links/database.json @@ -2106,7 +2106,7 @@ "link header" ] }, - "https://developer.github.com/guides/traversing-with-pagination/": { + "https://docs.github.com/en/rest/using-the-rest-api/using-pagination-in-the-rest-api": { "id": "github-pagination", "description": "GitHub documentation for pagination.", "short_url": "", diff --git a/lib/node_modules/@stdlib/_tools/github/get/README.md b/lib/node_modules/@stdlib/_tools/github/get/README.md index badb478dd49a..80393c1fff2c 100644 --- a/lib/node_modules/@stdlib/_tools/github/get/README.md +++ b/lib/node_modules/@stdlib/_tools/github/get/README.md @@ -446,7 +446,7 @@ $ DEBUG=* GITHUB_TOKEN= ghget --pathname '/user/repos' [github-user-agent]: https://developer.github.com/v3/#user-agent-required -[github-pagination]: https://developer.github.com/guides/traversing-with-pagination/ +[github-pagination]: https://docs.github.com/en/rest/using-the-rest-api/using-pagination-in-the-rest-api [github-rate-limit]: https://developer.github.com/v3/rate_limit/