From 32ba7ee31b6cd2863b8812cfbcf713549bd06638 Mon Sep 17 00:00:00 2001 From: MONK Date: Tue, 15 Apr 2025 15:50:55 +0200 Subject: [PATCH] Update README.md --- node_modules/@octokit/plugin-paginate-rest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/@octokit/plugin-paginate-rest/README.md b/node_modules/@octokit/plugin-paginate-rest/README.md index 5443892..4963e7e 100644 --- a/node_modules/@octokit/plugin-paginate-rest/README.md +++ b/node_modules/@octokit/plugin-paginate-rest/README.md @@ -178,7 +178,7 @@ The `compose*` methods work just like their `octokit.*` counterparts described a Most of GitHub's paginating REST API endpoints return an array, but there are a few exceptions which return an object with a key that includes the items array. For example: -- [Search repositories](https://developer.github.com/v3/search/#example) (key `items`) +- [Search repositories](https://docs.github.com/v3/search/#example) (key `items`) - [List check runs for a specific ref](https://developer.github.com/v3/checks/runs/#response-3) (key: `check_runs`) - [List check suites for a specific ref](https://developer.github.com/v3/checks/suites/#response-1) (key: `check_suites`) - [List repositories](https://developer.github.com/v3/apps/installations/#list-repositories) for an installation (key: `repositories`)