Skip to content

Commit 63056f0

Browse files
trescubeoutsideris
authored andcommitted
fixed anchors to configuration section (#3841)
1 parent 07ea876 commit 63056f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ Can be specified as a comma-delimited list.
10551055

10561056
> _New in v6.0.0._
10571057
1058-
Specify an explicit path to a [configuration file](#configuring-mocha-node-js).
1058+
Specify an explicit path to a [configuration file](#configuring-mocha-nodejs).
10591059

10601060
By default, Mocha will search for a config file if `--config` is not specified; use `--no-config` to suppress this behavior.
10611061

@@ -1071,7 +1071,7 @@ By default, Mocha looks for a `mocha.opts` in `test/mocha.opts`; use `--no-opts`
10711071

10721072
> _New in v6.0.0._
10731073
1074-
Specify an explicit path to a [`package.json` file](#configuring-mocha-node-js) (ostensibly containing configuration in a `mocha` property).
1074+
Specify an explicit path to a [`package.json` file](#configuring-mocha-nodejs) (ostensibly containing configuration in a `mocha` property).
10751075

10761076
By default, Mocha looks for a `package.json` in the current working directory or nearest ancestor, and will use the first file found (regardless of whether it contains a `mocha` property); to suppress `package.json` lookup, use `--no-package`.
10771077

0 commit comments

Comments
 (0)