From 0fd4c4856889c012423c8ae6e04e1fb16b8549f5 Mon Sep 17 00:00:00 2001
From: Ross Dougherty <ross@dougherty.id.au>
Date: Fri, 1 Apr 2022 20:40:41 +1100
Subject: [PATCH] fix object selectors link (#2391)

* fix object selectors link

* update kustomize url
---
 docs/operator/quick-start.MD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/operator/quick-start.MD b/docs/operator/quick-start.MD
index c841404deb..c05e5a73ed 100644
--- a/docs/operator/quick-start.MD
+++ b/docs/operator/quick-start.MD
@@ -49,7 +49,7 @@ kubectl get pods -n monitoring-system
 
 ## Installing by Kustomize
 
-You can install operator using [Kustomize](https://kubernetes-sigs.github.io/kustomize/) by pointing to the remote kustomization file.
+You can install operator using [Kustomize](https://kustomize.io/) by pointing to the remote kustomization file.
 
 ```yaml
 # Get latest release version from https://github.com/VictoriaMetrics/operator/releases/latest
@@ -114,7 +114,7 @@ The VictoriaMetrics Operator introduces additional resources in Kubernetes to de
 * [VMStaticScrape](#vmstaticscrape)
 * [VMAuth](#vmauth)
 * [VMUser](#vmuser)
-* [Selectors](#Object selectors)
+* [Selectors](#object-selectors)
 
 ## VMSingle