File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2376,7 +2376,7 @@ or the [source](https://github.com/mochajs/mocha/blob/master/lib/mocha.js).
23762376[ expresso ] : https://github.com/tj/expresso
23772377[ fish-globbing ] : https://fishshell.com/docs/current/#expand-wildcard
23782378[ github-mocha ] : https://github.com/mochajs/mocha
2379- [ gist-async-hooks ] : https://git.io/vdlNM
2379+ [ gist-async-hooks ] : https://gist.github.com/boneskull/7fe75b63d613fa940db7ec990a5f5843
23802380[ gist-globbing-tutorial ] : https://gist.github.com/reggi/475793ea1846affbcfe8
23812381[ gitter-mocha ] : https://gitter.im/mochajs/mocha
23822382[ jetbrains ] : https://www.jetbrains.com/
Original file line number Diff line number Diff line change 22
33/**
44 * Exports Yargs commands
5- * @see https://git.io/fpJ0G
5+ * @see https://github.com/yargs/yargs/blob/main/docs/advanced.md
66 * @private
77 * @module
88 */
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ exports.builder = yargs =>
329329 if ( argv . compilers ) {
330330 throw createUnsupportedError (
331331 `--compilers is DEPRECATED and no longer supported.
332- See https://git.io/vdcSr for migration information.`
332+ See https://github.com/mochajs/mocha/wiki/compilers-deprecation for migration information.`
333333 ) ;
334334 }
335335
You can’t perform that action at this time.
0 commit comments