Skip to content

Commit 7190ac2

Browse files
authored
Merge pull request #24286 from santadasu/patch-2
Fixing the URL for operator framework
2 parents d32bc81 + 56c5172 commit 7190ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/extend-kubernetes/operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ that can act as a [client for the Kubernetes API](/docs/reference/using-api/clie
122122
* using [kubebuilder](https://book.kubebuilder.io/)
123123
* using [Metacontroller](https://metacontroller.app/) along with WebHooks that
124124
you implement yourself
125-
* using the [Operator Framework](https://github.com/operator-framework/getting-started)
125+
* using the [Operator Framework](https://operatorframework.io)
126126
* [Publish](https://operatorhub.io/) your operator for other people to use
127127
* Read [CoreOS' original article](https://coreos.com/blog/introducing-operators.html) that introduced the Operator pattern
128128
* Read an [article](https://cloud.google.com/blog/products/containers-kubernetes/best-practices-for-building-kubernetes-operators-and-stateful-apps) from Google Cloud about best practices for building Operators

0 commit comments

Comments
 (0)