From 118fa4ccec39b917cf34baf0951ced7b1a3814ce Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Tue, 18 Jun 2024 11:40:20 +0200 Subject: [PATCH] docs: update to new link name --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 517d83d8fb..0f6d2447cd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1296,7 +1296,7 @@ In parallel mode, Mocha does not guarantee the order in which test files will ru Because of this, the following options, which depend on order, _cannot be used_ in parallel mode: -- [`--file`](#-file-filedirectoryglob) +- [`--file`](#-file-file) - [`--sort`](#-sort-s) - [`--delay`](#delayed-root-suite) {:.single-column}