From b541bcb1049c1c20c0b991149b6925633b11a1b1 Mon Sep 17 00:00:00 2001 From: TheDiveO <6920158+thediveo@users.noreply.github.com> Date: Fri, 7 Oct 2022 20:54:15 +0200 Subject: [PATCH] fix intra-doc link --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 52cc2585a..4e5e27d8f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1758,7 +1758,7 @@ Each of these processes then enters the Tree Construction Phase and all processe With few exceptions, the different test processes do not communicate with one another and for most spec suites you, the developer, do not need to worry about which spec is running on which process. This makes it easy to parallelize your suites and get some major performance gains. -There are, however, contexts where you _do_ need to be aware of which process a given spec is running on. In particular, there are several patterns for building effective parallelizable integration suites that need this information. We will explore such patterns in much more detail in the [Patterns chapter](#patterns-for-parallel-integration specs) - feel free to jump straight there if you're interested! For now we'll simply introduce some of the building blocks that Ginkgo provides for implementing these patterns. +There are, however, contexts where you _do_ need to be aware of which process a given spec is running on. In particular, there are several patterns for building effective parallelizable integration suites that need this information. We will explore such patterns in much more detail in the [Patterns chapter](#patterns-for-parallel-integration-specs) - feel free to jump straight there if you're interested! For now we'll simply introduce some of the building blocks that Ginkgo provides for implementing these patterns. #### Discovering Which Parallel Process a Spec is Running On