Skip to content

Commit

Permalink
Fixed the url links (grafana#5850)
Browse files Browse the repository at this point in the history
Backticks should be used inside the link text, to properly be displayed as inline code style, while still preserving the url link.
  • Loading branch information
htcosta authored and hainenber committed Nov 25, 2023
1 parent da23aea commit 058b0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/operator/helm-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ In this guide, you'll learn how to deploy [Grafana Agent Operator]({{< relref ".
To deploy Agent Operator with Helm, make sure that you have the following:

- A Kubernetes cluster
- The `[kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl)` command-line client installed and configured on your machine
- The `[helm](https://helm.sh/docs/intro/install/)` command-line client installed and configured on your machine
- The [`kubectl`](https://kubernetes.io/docs/tasks/tools/#kubectl) command-line client installed and configured on your machine
- The [`helm`](https://helm.sh/docs/intro/install/) command-line client installed and configured on your machine

> **Note:** Agent Operator is currently in beta and its custom resources are subject to change.
Expand Down

0 comments on commit 058b0cd

Please sign in to comment.