From 4e491e392f0c4c6a35fa6da767a7e6acfdb9c4aa Mon Sep 17 00:00:00 2001 From: Rohan CJ Date: Tue, 10 Aug 2021 08:59:08 +0530 Subject: [PATCH] docs: fix broken link to CVO/operators.md in operators.md The link moved from the cluster-version-operator to the enhancements repo. Signed-off-by: Rohan CJ --- docs/dev/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/operators.md b/docs/dev/operators.md index e85ae2a294..af3e03782e 100644 --- a/docs/dev/operators.md +++ b/docs/dev/operators.md @@ -18,4 +18,4 @@ Create a new operator asset, and render the Dependencies, Name, Load and Generat - Template files In the pkg/asset/manifests/content/openshift directory, place the templates golang variables. Then modify pkg/asset/manifests/openshift.go to expand the template. Expand templateData in template.go for filling up the template variables. -[cvo-operators]: https://github.com/openshift/cluster-version-operator/tree/master/docs/dev/operators.md +[cvo-operators]: https://github.com/openshift/enhancements/blob/master/dev-guide/cluster-version-operator/dev/operators.md