From 667b5cfd2475cfcec2b6ab00600d7bd567b5906f Mon Sep 17 00:00:00 2001 From: Akshay Hiremath Date: Sun, 14 Feb 2021 23:36:09 -0500 Subject: [PATCH] Fix coreos Operator pattern broken link Operator Pattern link was pointing to https://coreos.com/operator. This link was redirecting to the openshift.com homepage. Provided new link on openshift.com pointing to Operator Pattern documentation. --- content/en/docs/reference/glossary/cluster-operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/cluster-operator.md b/content/en/docs/reference/glossary/cluster-operator.md index c897343830..48bdd4d3df 100755 --- a/content/en/docs/reference/glossary/cluster-operator.md +++ b/content/en/docs/reference/glossary/cluster-operator.md @@ -17,6 +17,6 @@ tags: Their primary responsibility is keeping a cluster up and running, which may involve periodic maintenance activities or upgrades.
{{< note >}} -Cluster operators are different from the [Operator pattern](https://coreos.com/operators) that extends the Kubernetes API. +Cluster operators are different from the [Operator pattern](https://www.openshift.com/learn/topics/operators) that extends the Kubernetes API. {{< /note >}}