From 0e9b7ccf09ec1a69f65aa63012b5d2f88dd730ec Mon Sep 17 00:00:00 2001 From: Shiva Date: Mon, 6 Oct 2025 17:28:01 +0530 Subject: [PATCH 1/2] Added glossary reference in chaos fault flow Signed-off-by: Shiva --- website/docs/architecture/chaos-experiment-flow.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/architecture/chaos-experiment-flow.md b/website/docs/architecture/chaos-experiment-flow.md index 62437069..24a50bca 100644 --- a/website/docs/architecture/chaos-experiment-flow.md +++ b/website/docs/architecture/chaos-experiment-flow.md @@ -34,4 +34,6 @@ With the latest release of LitmusChaos 3.0.0: - The term **Chaos Delegate/Agent** has been changed to **Chaos Infrastructure**. - The term **Chaos Experiment** has been changed to **Chaos Fault**. - The term **Chaos Scenario/Workflow** has been changed to **Chaos Experiment**. + +Refer to the [Glossary](https://docs.litmuschaos.io/docs/next/architecture/chaos-fault-flow) doc for more info. ::: From d2b10c0ec6a93862ba13e8dc891151cbf8438b5c Mon Sep 17 00:00:00 2001 From: Shiva Date: Tue, 7 Oct 2025 15:08:01 +0530 Subject: [PATCH 2/2] Added correct reference to the glossary md Signed-off-by: Shiva --- website/docs/architecture/chaos-experiment-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/architecture/chaos-experiment-flow.md b/website/docs/architecture/chaos-experiment-flow.md index 24a50bca..c363f67d 100644 --- a/website/docs/architecture/chaos-experiment-flow.md +++ b/website/docs/architecture/chaos-experiment-flow.md @@ -35,5 +35,5 @@ With the latest release of LitmusChaos 3.0.0: - The term **Chaos Experiment** has been changed to **Chaos Fault**. - The term **Chaos Scenario/Workflow** has been changed to **Chaos Experiment**. -Refer to the [Glossary](https://docs.litmuschaos.io/docs/next/architecture/chaos-fault-flow) doc for more info. +Refer to the [Glossary](../glossary.md) doc for more info. :::