From f0a9e2dccb92c0c9cfd529c99f496edb2917e36b Mon Sep 17 00:00:00 2001 From: Helder Costa <54836608+htcosta@users.noreply.github.com> Date: Fri, 24 Nov 2023 22:06:55 +0100 Subject: [PATCH] Fixed the url links (#5850) 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 b18609d75e33d809de7fe2ab4d001409382fa7ac) --- docs/sources/operator/helm-getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/operator/helm-getting-started.md b/docs/sources/operator/helm-getting-started.md index bc2f516e10fa..78245505d859 100644 --- a/docs/sources/operator/helm-getting-started.md +++ b/docs/sources/operator/helm-getting-started.md @@ -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.