From 32fe723c523a8c37715e3e4ba59e75be9f63a020 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sat, 20 Apr 2024 17:37:18 +0200 Subject: [PATCH] link to the parallel.md, not docker-rootless.md for parallel example --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 91ca0dd9d9..536dfaa707 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -57,7 +57,7 @@ the scenario's molecule.yml. ## Can I run Molecule processes in parallel? -Please see [parallel-usage-example](guides/docker-rootless.md) for +Please see [parallel-usage-example](guides/parallel.md) for usage. ## Can I specify random instance IDs in my molecule.yml?