From 234eb57360860d943abe7a77ac38347bc71f3a9a Mon Sep 17 00:00:00 2001 From: Oussema CHERNI Date: Tue, 5 Mar 2019 15:42:31 +0100 Subject: [PATCH] Fix broken links for Taint and Toleration (#12982) --- content/en/docs/reference/glossary/taint.md | 2 +- content/en/docs/reference/glossary/toleration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/glossary/taint.md b/content/en/docs/reference/glossary/taint.md index 8fedadae64..88a6890c61 100644 --- a/content/en/docs/reference/glossary/taint.md +++ b/content/en/docs/reference/glossary/taint.md @@ -2,7 +2,7 @@ title: Taint id: taint date: 2019-01-11 -full_link: docs/concepts/configuration/taint-and-toleration/ +full_link: /docs/concepts/configuration/taint-and-toleration/ short_description: > A key-value pair and an effect to prevent the scheduling of pods on nodes or node groups. diff --git a/content/en/docs/reference/glossary/toleration.md b/content/en/docs/reference/glossary/toleration.md index 8ad7c74526..6a2f763d18 100644 --- a/content/en/docs/reference/glossary/toleration.md +++ b/content/en/docs/reference/glossary/toleration.md @@ -2,7 +2,7 @@ title: Toleration id: toleration date: 2019-01-11 -full_link: docs/concepts/configuration/taint-and-toleration/ +full_link: /docs/concepts/configuration/taint-and-toleration/ short_description: > A key-value pair and an effect to enable the scheduling of pods on nodes or node groups that have a matching {% glossary_tooltip term_id="taint" %}.