Skip to content

Commit

Permalink
Fixed the url links (#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.

(cherry picked from commit b18609d)
  • Loading branch information
htcosta authored and grafanabot committed Nov 24, 2023
1 parent e81636a commit f0a9e2d
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 f0a9e2d

Please sign in to comment.