From 4b60c1ad07a3baaedab86c3787d8baad29538b8f Mon Sep 17 00:00:00 2001 From: Spencer <16455389+Spencer-Doak@users.noreply.github.com> Date: Sat, 2 Dec 2023 21:00:06 +0000 Subject: [PATCH] docs: fix fragment ID for yargs.js `extends` docs (#4918) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Josh Goldberg ✨ --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 2d9177d79e..d6ee5a9c1c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2415,7 +2415,7 @@ or the [source](https://github.com/mochajs/mocha/blob/master/lib/mocha.js). [unexpected]: https://unexpected.js.org/ [vscode-mocha-sidebar]: https://marketplace.visualstudio.com/items?itemName=maty.vscode-mocha-sidebar [wallaby.js]: https://wallabyjs.com/ -[yargs-configobject-extends]: http://yargs.js.org/docs/#api-configobject-extends-keyword +[yargs-configobject-extends]: http://yargs.js.org/docs/#api-reference-configobject-extends-keyword [zsh-globbing]: http://zsh.sourceforge.net/Doc/Release/Expansion.html#Recursive-Globbing [root hook plugins]: #root-hook-plugins [global setup fixtures]: #global-setup-fixtures