Skip to content

Commit

Permalink
docs: replace 'git.io' short links (#4877) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Apr 27, 2022
1 parent 007fa65 commit 2b98521
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -2376,7 +2376,7 @@ or the [source](https://github.com/mochajs/mocha/blob/master/lib/mocha.js).
[expresso]: https://github.com/tj/expresso
[fish-globbing]: https://fishshell.com/docs/current/#expand-wildcard
[github-mocha]: https://github.com/mochajs/mocha
[gist-async-hooks]: https://git.io/vdlNM
[gist-async-hooks]: https://gist.github.com/boneskull/7fe75b63d613fa940db7ec990a5f5843
[gist-globbing-tutorial]: https://gist.github.com/reggi/475793ea1846affbcfe8
[gitter-mocha]: https://gitter.im/mochajs/mocha
[jetbrains]: https://www.jetbrains.com/
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/commands.js
Expand Up @@ -2,7 +2,7 @@

/**
* Exports Yargs commands
* @see https://git.io/fpJ0G
* @see https://github.com/yargs/yargs/blob/main/docs/advanced.md
* @private
* @module
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/run.js
Expand Up @@ -329,7 +329,7 @@ exports.builder = yargs =>
if (argv.compilers) {
throw createUnsupportedError(
`--compilers is DEPRECATED and no longer supported.
See https://git.io/vdcSr for migration information.`
See https://github.com/mochajs/mocha/wiki/compilers-deprecation for migration information.`
);
}

Expand Down

0 comments on commit 2b98521

Please sign in to comment.