Skip to content

Commit

Permalink
Fix broken link and typo (#136)
Browse files Browse the repository at this point in the history
* Fix #135: Broken link on run-your-first-workflow.md

Signed-off-by: Pratik Borhade <pratikborhade302@gmail.com>

* Typo on resources page

Signed-off-by: Pratik Borhade <pratikborhade302@gmail.com>
  • Loading branch information
PratikBorhade302 authored Oct 19, 2021
1 parent cedd1b7 commit e006c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/getting-started/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The ChaosCenter gives you access to a plethora of features, the major ones inclu

## ChaosAgents

A <span style={{color: '#5B44BA'}}>**ChaosAgent**</span> in Litmus is nothing but the target cluster where Chaos would be injected via Litmus. There should always be atleast one or more than one ChaosAgents connected to the ChaosCenter. Each individual ChaosAgent can be chosen to be the Target Agent for Chaos Injection.
A <span style={{color: '#5B44BA'}}>**ChaosAgent**</span> in Litmus is nothing but the target cluster where Chaos would be injected via Litmus. There should always be at least one or more than one ChaosAgents connected to the ChaosCenter. Each individual ChaosAgent can be chosen to be the Target Agent for Chaos Injection.

## Types of ChaosAgents

Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/run-your-first-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In this scenario we will execute a pod-delete fault on a sample micro-service ap

<br /> <br />

2. Select **Self Agent** as the target [ChaosAgent](resources#chaosagents) for Chaos Injection. This is where we'll select which ChaosAgent to choose as the Target Agent.
2. Select **Self Agent** as the target [ChaosAgent](resources.md#chaosagents) for Chaos Injection. This is where we'll select which ChaosAgent to choose as the Target Agent.

<img src={require("../assets/getting-started/run-your-first-workflow/selecting-self-agent.png").default} alt="Selecting Self Agent" />

Expand Down

0 comments on commit e006c37

Please sign in to comment.