From 03ba417287f55c7ebb2cd4f40d78d536a6d3466b Mon Sep 17 00:00:00 2001 From: Jisoo Park Date: Mon, 4 Jul 2016 21:27:39 +0900 Subject: [PATCH] Fix the link url to deployments doc --- docs/user-guide/walkthrough/k8s201.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/walkthrough/k8s201.md b/docs/user-guide/walkthrough/k8s201.md index a2d8619a87..3867171f02 100644 --- a/docs/user-guide/walkthrough/k8s201.md +++ b/docs/user-guide/walkthrough/k8s201.md @@ -102,7 +102,7 @@ Delete the Deployment by name: kubectl delete deployment nginx-deployment ``` -For more information, such as how to rollback Deployment changes to a previous version, see [_Deployments_](/docs/user-guide/deployment/). +For more information, such as how to rollback Deployment changes to a previous version, see [_Deployments_](/docs/user-guide/deployments/). ## Services