Skip to content

Commit 2b98521

Browse files
authored
docs: replace 'git.io' short links (#4877) [ci skip]
1 parent 007fa65 commit 2b98521

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff 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/

lib/cli/commands.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
*/

lib/cli/run.js

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)