From 3e10853f61b6eaaf4bd6258b61858b0780e1bb5c Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:13:26 +0000 Subject: [PATCH] Fixed the url links (#5850) (#5852) 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) Co-authored-by: Helder Costa <54836608+htcosta@users.noreply.github.com> --- 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 56317949a5ed..cedd9d8b8db0 100644 --- a/docs/sources/operator/helm-getting-started.md +++ b/docs/sources/operator/helm-getting-started.md @@ -19,8 +19,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.