From b863359cc80e3db06b180bff9e3c21afd0b2acd7 Mon Sep 17 00:00:00 2001 From: Elihu Cruz Date: Tue, 19 Apr 2022 01:34:50 -0500 Subject: [PATCH] docs: fix 'fgrep' url (#4873) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d452e951f5..fc16ed56b4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1287,7 +1287,7 @@ In serial mode, tests results will "stream" as they occur. In parallel mode, rep Suggested workarounds: -1. Use [`--grep`](#-grep-regexp-g-regexp) or [`--fgrep`](http://localhost:8080/#-fgrep-string-f-string) instead; it's not particularly efficient, but it will work. +1. Use [`--grep`](#-grep-regexp-g-regexp) or [`--fgrep`](#-fgrep-string-f-string) instead; it's not particularly efficient, but it will work. 1. Don't use parallel mode. Likely, you won't be running very many exclusive tests, so you won't see a great benefit from parallel mode anyhow. > _TIP: If parallel mode is defined in your config file, you can temporarily disable it on the command-line by using either the `--no-parallel` flag or reducing the job count, e.g., `--jobs=0`._