From bbc6835fc5a4d56f2bd87eb1cad65aa46e9954f8 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Wed, 15 Mar 2017 15:25:44 -0700 Subject: [PATCH] add back missing / --- docs/user-guide/deployments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/deployments.md b/docs/user-guide/deployments.md index acb65b69d5..a55d1dd255 100644 --- a/docs/user-guide/deployments.md +++ b/docs/user-guide/deployments.md @@ -718,7 +718,7 @@ to a previous revision, or even pause it if you need to apply multiple tweaks in ### Canary Deployment If you want to roll out releases to a subset of users or servers using the Deployment, you can create multiple Deployments, one for each release, -following the canary pattern described in [managing resources](/docs/concepts/cluster-administration/manage-deployment#canary-deployments). +following the canary pattern described in [managing resources](/docs/concepts/cluster-administration/manage-deployment/#canary-deployments). ## Writing a Deployment Spec