From 27de1b2e73f12db1a5bc009b4990761fbb37a3cb Mon Sep 17 00:00:00 2001 From: Rajakavitha1 <37059749+Rajakavitha1@users.noreply.github.com> Date: Wed, 4 Apr 2018 21:08:09 +0530 Subject: [PATCH] Update taint-and-toleration.md (#7963) fixed 404 error listed in : https://github.com/kubernetes/website/issues/7924 --- docs/concepts/configuration/taint-and-toleration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/configuration/taint-and-toleration.md b/docs/concepts/configuration/taint-and-toleration.md index a653a6f8ce..20fba15506 100644 --- a/docs/concepts/configuration/taint-and-toleration.md +++ b/docs/concepts/configuration/taint-and-toleration.md @@ -22,7 +22,7 @@ onto nodes with matching taints. ## Concepts -You add a taint to a node using [kubectl taint](/docs/user-guide/kubectl/{{page.version}}/#taint). +You add a taint to a node using [kubectl taint](/docs/reference/generated/kubectl/kubectl-commands/{{page.version}}/#taint). For example, ```shell