Skip to content

Commit 6a474e7

Browse files
committed
docs: fix broken Markdown link (issue #9124)
1 parent 15858f6 commit 6a474e7

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
@@ -2106,7 +2106,7 @@
21062106
"link header"
21072107
]
21082108
},
2109-
"https://developer.github.com/guides/traversing-with-pagination/": {
2109+
"https://docs.github.com/en/rest/using-the-rest-api/using-pagination-in-the-rest-api": {
21102110
"id": "github-pagination",
21112111
"description": "GitHub documentation for pagination.",
21122112
"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)