Skip to content

Commit

Permalink
fix: correct docs link in src/index.ts:86 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell authored Jan 20, 2023
1 parent e17191d commit 312418a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 312418a

Please sign in to comment.