From 294c670495a104b0b4efefb447a0a11da9115b5a Mon Sep 17 00:00:00 2001 From: Sandra Date: Sun, 6 May 2018 12:29:50 -0700 Subject: [PATCH] FIxing broken link (#8347) --- content/en/docs/user-guide/walkthrough/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/user-guide/walkthrough/_index.md b/content/en/docs/user-guide/walkthrough/_index.md index a76e501197..383bc65b1c 100644 --- a/content/en/docs/user-guide/walkthrough/_index.md +++ b/content/en/docs/user-guide/walkthrough/_index.md @@ -12,7 +12,7 @@ For Kubernetes 101, we will cover kubectl, pods, volumes, and multiple container {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}} -In order for the kubectl usage examples to work, make sure you have an example directory locally, either from [a release](https://github.com/kubernetes/kubernetes/releases) or the latest `.yaml` files located [here](https://github.com/kubernetes/website/tree/master/docs/user-guide/walkthrough). +In order for the kubectl usage examples to work, make sure you have an example directory locally, either from [a release](https://github.com/kubernetes/kubernetes/releases) or the latest `.yaml` files located [here](https://github.com/kubernetes/website/tree/master/content/en/docs/user-guide/walkthrough). {{< toc >}}