File tree 3 files changed +3
-3
lines changed
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).
2376
2376
[ expresso ] : https://github.com/tj/expresso
2377
2377
[ fish-globbing ] : https://fishshell.com/docs/current/#expand-wildcard
2378
2378
[ 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
2380
2380
[ gist-globbing-tutorial ] : https://gist.github.com/reggi/475793ea1846affbcfe8
2381
2381
[ gitter-mocha ] : https://gitter.im/mochajs/mocha
2382
2382
[ jetbrains ] : https://www.jetbrains.com/
Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* Exports Yargs commands
5
- * @see https://git.io/fpJ0G
5
+ * @see https://github.com/yargs/yargs/blob/main/docs/advanced.md
6
6
* @private
7
7
* @module
8
8
*/
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ exports.builder = yargs =>
329
329
if ( argv . compilers ) {
330
330
throw createUnsupportedError (
331
331
`--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.`
333
333
) ;
334
334
}
335
335
You can’t perform that action at this time.
0 commit comments