From cedd1b756c466a03d6779ceeba4680629bfbc7ae Mon Sep 17 00:00:00 2001 From: Pratik P Borhade <74528299+PratikBorhade302@users.noreply.github.com> Date: Sat, 2 Oct 2021 13:49:33 +0530 Subject: [PATCH] Fixes #126: Missing links on chaos-workflow page (#127) Signed-off-by: Pratik Borhade --- website/docs/concepts/chaos-workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/concepts/chaos-workflow.md b/website/docs/concepts/chaos-workflow.md index 47c673a..a18c82b 100644 --- a/website/docs/concepts/chaos-workflow.md +++ b/website/docs/concepts/chaos-workflow.md @@ -14,8 +14,8 @@ A Chaos Workflow can also be used to perform different operations parallelly to The following should be required before creating a Chaos Workflow: -- ChaosCenter -- ChaosAgent +- [ChaosCenter](../getting-started/resources.md#chaoscenter) +- [ChaosAgent](../getting-started/resources.md#chaosagents) - [Chaos Experiment CR](chaos-experiment.md) - [ChaosEngine CR](chaos-engine.md) - [Probes](probes.md)