From d648475cd209cc14dd1558f09eedb346e4d43376 Mon Sep 17 00:00:00 2001 From: mano Date: Mon, 18 Mar 2024 10:27:30 -0400 Subject: [PATCH] removed invalid katacode tutorial link" Signed-off-by: mano --- sources/reference/usage/discover.md | 5 ++--- sources/reference/usage/init.md | 3 +-- sources/reference/usage/report.md | 2 -- sources/reference/usage/run.md | 4 +--- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/sources/reference/usage/discover.md b/sources/reference/usage/discover.md index 7a71e0960..915a3a778 100644 --- a/sources/reference/usage/discover.md +++ b/sources/reference/usage/discover.md @@ -23,10 +23,9 @@ Options: --help Show this message and exit. ``` -A tutorial on how to use the `chaos discover` command is available as part of the -[Chaos Toolkit's Getting Started tutorials.](https://www.katacoda.com/chaostoolkit/courses/01-chaostoolkit-getting-started) -### Discovering capabilities and experiments + +### Discovering capabilities and experiments To execute `discover` all you need to do is specify the Chaos Toolkit integration extension that you'd like to use, for example to use Kubernetes: diff --git a/sources/reference/usage/init.md b/sources/reference/usage/init.md index e905bccfc..45140903c 100644 --- a/sources/reference/usage/init.md +++ b/sources/reference/usage/init.md @@ -23,8 +23,7 @@ Options: --help Show this message and exit. ``` -A tutorial on how to use the `chaos init` command is available as part of the -[Chaos Toolkit's Getting Started tutorials.](https://www.katacoda.com/chaostoolkit/courses/01-chaostoolkit-getting-started) + ### Initialise a new experiment diff --git a/sources/reference/usage/report.md b/sources/reference/usage/report.md index 5a8d4f051..fdeabb813 100644 --- a/sources/reference/usage/report.md +++ b/sources/reference/usage/report.md @@ -25,8 +25,6 @@ Options: --help Show this message and exit. ``` -A tutorial on how to use the `chaos report` command is available as part of the -[Chaos Toolkit's Getting Started tutorials.](https://www.katacoda.com/chaostoolkit/courses/01-chaostoolkit-getting-started) ### Generating a report diff --git a/sources/reference/usage/run.md b/sources/reference/usage/run.md index 3baa48b00..da14ffc89 100644 --- a/sources/reference/usage/run.md +++ b/sources/reference/usage/run.md @@ -53,10 +53,8 @@ Options: --help Show this message and exit. ``` -A tutorial on how to use the `chaos run` command is available as part of the -[Chaos Toolkit's Getting Started tutorials.](https://www.katacoda.com/chaostoolkit/courses/01-chaostoolkit-getting-started) -### Executing an Experiment Plan +### Executing an Experiment Plan To execute an experiment plan you simply pass it to the `chaos run` command: