Skip to content

Commit

Permalink
docs: Fix broken links (#229)
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Rajawat <[email protected]>
  • Loading branch information
anurag-rajawat authored Aug 8, 2024
1 parent 8e63ed3 commit 4fd48a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployments/nimbus-kubearmor/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ helm upgrade --dependency-update --install nimbus-kubearmor . -n nimbus
| image.repository | string | 5gsec/nimbus-kubearmor | Image repository from which to pull the `nimbus-kubearmor` adapter's image |
| image.pullPolicy | string | Always | `nimbus-kubearmor` adapter image pull policy |
| image.tag | string | latest | `nimbus-kubearmor` adapter image tag |
| autoDeploy | bool | true | Auto deploy [KubeArmor]() with default configurations |
| autoDeploy | bool | true | Auto deploy [KubeArmor](https://kubearmor.io/) with default configurations |

## Uninstall the KubeArmor adapter

Expand Down
12 changes: 6 additions & 6 deletions docs/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git clone [email protected]:<your-username>/nimbus.git
### From source

**Requires installing corresponding security engine**:
Follow [this](https://docs.kubearmor.io/kubearmor/quick-links/deployment_guide) guide to install
Follow [this](https://docs.kubearmor.io/kubearmor/quick-links/deployment_guide) to install
KubeArmor.

Navigate to `nimbus-kubearmor` directory:
Expand All @@ -28,7 +28,7 @@ make run

### From Helm chart

Follow [this](../../deployments/nimbus-kubearmor/Readme.md) guide to install using a helm cahrt.
Follow [this](../deployments/nimbus-kubearmor/Readme.md) to install using a helm chart.

## nimbus-netpol

Expand All @@ -54,12 +54,12 @@ make run

### From Helm chart

Follow [this](../../deployments/nimbus-netpol/Readme.md) to install using a helm chart.
Follow [this](../deployments/nimbus-netpol/Readme.md) to install using a helm chart.

## nimbus-kyverno

**Requires installing corresponding security engine**:
Follow [this](https://kyverno.io/docs/installation/) guide to install
Follow [this](https://kyverno.io/docs/installation/) to install
Kyverno.

### From source
Expand All @@ -78,7 +78,7 @@ make run

### From Helm chart

Follow [this](../../deployments/nimbus-kyverno/Readme.md) to install using a helm chart.
Follow [this](../deployments/nimbus-kyverno/Readme.md) to install using a helm chart.

## nimbus-k8tls

Expand All @@ -98,4 +98,4 @@ make run

### From Helm chart

Follow [this](../../deployments/nimbus-k8tls/Readme.md) to install using a helm chart.
Follow [this](../deployments/nimbus-k8tls/Readme.md) to install using a helm chart.

0 comments on commit 4fd48a2

Please sign in to comment.