Skip to content

Commit 5505d96

Browse files
authored
Fix stale links in the intro page
Signed-off-by: Burak Sekili <[email protected]>
1 parent 3a893db commit 5505d96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/controllers/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Writing a controller requires **three** pieces:
2929

3030
The main object is the source of truth for what the world should be like, and it takes the form of a Kubernetes object like a:
3131

32-
- [Pod](https://arnavion.github.io/k8s-openapi/v0.14.x/k8s_openapi/api/core/v1/struct.Pod.html)
33-
- [Deployment](https://arnavion.github.io/k8s-openapi/v0.14.x/k8s_openapi/api/apps/v1/struct.Deployment.html)
34-
- ..[any native Kubernetes Resource](https://arnavion.github.io/k8s-openapi/v0.14.x/k8s_openapi/trait.Resource.html#implementors)
32+
- [Pod](https://docs.rs/k8s-openapi/latest/k8s_openapi/api/core/v1/struct.Pod.html)
33+
- [Deployment](https://docs.rs/k8s-openapi/latest/k8s_openapi/api/apps/v1/struct.Deployment.html)
34+
- ..[any native Kubernetes Resource](https://docs.rs/k8s-openapi/latest/k8s_openapi/trait.Resource.html#implementors)
3535
- a partially typed or dynamically typed Kubernetes Resource
3636
- an object from [api discovery](https://docs.rs/kube/latest/kube/discovery/index.html)
3737
- a [Custom Resource](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/)

0 commit comments

Comments
 (0)