From c67d0d6556ca622845c9378fc6694bf89d26bd73 Mon Sep 17 00:00:00 2001 From: Paschalis Tsilias Date: Wed, 26 Jan 2022 17:54:13 +0200 Subject: [PATCH] Fix anchor link on operator docs (#1302) Signed-off-by: Paschalis Tsilias --- docs/operator/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator/getting-started.md b/docs/operator/getting-started.md index 2438a0846534..067f5aaea485 100644 --- a/docs/operator/getting-started.md +++ b/docs/operator/getting-started.md @@ -144,7 +144,7 @@ Running locally uses your current kubectl context, and you probably don't want to accidentally deploy a new Grafana Agent to prod. CRDs should be installed on the cluster prior to running locally. If you haven't -done this yet, follow [deploying CustomResourceDefinitions](#deploying-customresourcedefinitions) +done this yet, follow [deploying CustomResourceDefinitions](#step-1-deploy-customresourcedefinitions) first. Afterwards, you can run the operator using `go run`: