Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: replace git.io short links #4877

Merged
merged 1 commit into from Apr 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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