Fix link to Pod overview from concepts index
There was a typo in the path which was causing the link to the "Pod Overview" page to 404.pull/5231/head
parent
a17a3b9cb1
commit
2fdca62f97
|
@ -21,7 +21,7 @@ Kubernetes contains a number of abstractions that represent the state of your sy
|
|||
|
||||
The basic Kubernetes objects include:
|
||||
|
||||
* [Pod](/docs/concepts/workload/pods/pod-overview/)
|
||||
* [Pod](/docs/concepts/workloads/pods/pod-overview/)
|
||||
* [Service](/docs/concepts/services-networking/service/)
|
||||
* [Volume](/docs/concepts/storage/volumes/)
|
||||
* [Namespace](/docs/concepts/overview/working-with-objects/namespaces/)
|
||||
|
|
Loading…
Reference in New Issue