From 2fdca62f971140a4b322ac43a00f4f7a059f4b7c Mon Sep 17 00:00:00 2001 From: Chris Mytton Date: Mon, 28 Aug 2017 13:43:23 +0100 Subject: [PATCH] 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. --- docs/concepts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/index.md b/docs/concepts/index.md index a4cd156b00..5fce2c4e4f 100644 --- a/docs/concepts/index.md +++ b/docs/concepts/index.md @@ -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/)