From 2b98521756e69d3f0cdb36855b446954ba2bdf74 Mon Sep 17 00:00:00 2001 From: Sukka Date: Wed, 27 Apr 2022 23:10:42 +0800 Subject: [PATCH] docs: replace 'git.io' short links (#4877) [ci skip] --- docs/index.md | 2 +- lib/cli/commands.js | 2 +- lib/cli/run.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index fc16ed56b4..990f3b53d3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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/ diff --git a/lib/cli/commands.js b/lib/cli/commands.js index eb10c6833a..1102f860f5 100644 --- a/lib/cli/commands.js +++ b/lib/cli/commands.js @@ -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 */ diff --git a/lib/cli/run.js b/lib/cli/run.js index c15584fed5..fbbe510e94 100644 --- a/lib/cli/run.js +++ b/lib/cli/run.js @@ -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.` ); }