From 714e2a1b3e79b581112e48f9b468a3fd1b17aff7 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Mon, 11 Dec 2023 11:35:01 -0800 Subject: [PATCH] fix(repro): link to run cache was broken --- content/docs/command-reference/repro.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/docs/command-reference/repro.md b/content/docs/command-reference/repro.md index daec7ea39c..e9acbc0084 100644 --- a/content/docs/command-reference/repro.md +++ b/content/docs/command-reference/repro.md @@ -159,9 +159,8 @@ final stage. option, as all possible targets are already included. - `--no-run-cache` - execute stage command(s) even if they have already been run - with the same dependencies and outputs (see the [details][run-cache]). Useful - for example if the stage command/s is/are non-deterministic ([not - recommended]). + with the same dependencies and outputs (see the [run-cache]). Useful for + example if the stage command/s is/are non-deterministic ([not recommended]). - `--force-downstream` - in cases like `... -> A (changed) -> B -> C` it will reproduce `A` first and then `B`, even if `B` was previously executed with the