Skip to content

Commit e62cf1d

Browse files
authored
docs: fix broken Markdown link
PR-URL: #9153 Closes: #9124 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 285afbb commit e62cf1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/links/database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@
21072107
"link header"
21082108
]
21092109
},
2110-
"https://developer.github.com/guides/traversing-with-pagination/": {
2110+
"https://docs.github.com/en/rest/using-the-rest-api/using-pagination-in-the-rest-api": {
21112111
"id": "github-pagination",
21122112
"description": "GitHub documentation for pagination.",
21132113
"short_url": "",

lib/node_modules/@stdlib/_tools/github/get/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ $ DEBUG=* GITHUB_TOKEN=<token> ghget --pathname '/user/repos'
446446

447447
[github-user-agent]: https://developer.github.com/v3/#user-agent-required
448448

449-
[github-pagination]: https://developer.github.com/guides/traversing-with-pagination/
449+
[github-pagination]: https://docs.github.com/en/rest/using-the-rest-api/using-pagination-in-the-rest-api
450450

451451
[github-rate-limit]: https://developer.github.com/v3/rate_limit/
452452

0 commit comments

Comments
 (0)