Skip to content

Commit ebce570

Browse files
committed
fix incorrect link for k8s-openapi crate
Signed-off-by: Burak Sekili <[email protected]>
1 parent ab62162 commit ebce570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/controllers/object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We will outline how they interact with controllers and the basics of how to set
1414

1515
## Typed Resource
1616

17-
This is the most common, and simplest case. Your source of truth is an existing [Kubernetes object found in the openapi spec](https://arnavion.github.io/k8s-openapi/v0.14.x/k8s_openapi/trait.Resource.html#implementors).
17+
This is the most common, and simplest case. Your source of truth is an existing [Kubernetes object found in the openapi spec](https://docs.rs/k8s-openapi/latest/k8s_openapi/trait.Resource.html#implementors).
1818

1919
To use a typed Kubernetes resource as a source of truth in a [Controller], import it from [k8s-openapi], and create an [Api] from it, then pass it to the [Controller].
2020

0 commit comments

Comments
 (0)