Skip to content

Commit 312418a

Browse files
authoredJan 20, 2023
fix: correct docs link in src/index.ts:86 (#559)
1 parent e17191d commit 312418a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function throttling(octokit: Octokit, octokitOptions: OctokitOptions) {
8383
) {
8484
throw new Error(`octokit/plugin-throttling error:
8585
You must pass the onSecondaryRateLimit and onRateLimit error handlers.
86-
See https://github.com/octokit/rest.js#throttling
86+
See https://octokit.github.io/rest.js/#throttling
8787
8888
const octokit = new Octokit({
8989
throttle: {

0 commit comments

Comments
 (0)
Please sign in to comment.