Skip to content

Commit d830ee0

Browse files
authored
Merge pull request #27281 from monsteredc/patch-1
update the correct operator link
2 parents 8dbb259 + ecede15 commit d830ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ desired state, and continually maintains this state.
4444
You can deploy and update a custom controller on a running cluster, independently
4545
of the cluster's lifecycle. Custom controllers can work with any kind of resource,
4646
but they are especially effective when combined with custom resources. The
47-
[Operator pattern](https://coreos.com/blog/introducing-operators.html) combines custom
47+
[Operator pattern](/docs/concepts/extend-kubernetes/operator/) combines custom
4848
resources and custom controllers. You can use custom controllers to encode domain knowledge
4949
for specific applications into an extension of the Kubernetes API.
5050

0 commit comments

Comments
 (0)