From 312418af74b537411fb0f193477d828c29ead3c0 Mon Sep 17 00:00:00 2001 From: Keegan Campbell Date: Fri, 20 Jan 2023 13:26:59 -0800 Subject: [PATCH] fix: correct docs link in src/index.ts:86 (#559) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index dafa8d1f..4c0476bc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -83,7 +83,7 @@ export function throttling(octokit: Octokit, octokitOptions: OctokitOptions) { ) { throw new Error(`octokit/plugin-throttling error: You must pass the onSecondaryRateLimit and onRateLimit error handlers. - See https://github.com/octokit/rest.js#throttling + See https://octokit.github.io/rest.js/#throttling const octokit = new Octokit({ throttle: {