From 2004d288095a40f5e07294fa9774bea4cd0e5587 Mon Sep 17 00:00:00 2001 From: Rahulkrishnan R A Date: Tue, 9 Apr 2019 06:25:04 +0530 Subject: [PATCH] Link will be broken when deprecation is false (#13685) Link to the latest docs will be broker when deprecation set to false when do the next release This issue solved in v1.13 with PR #13649 --- i18n/en.toml | 2 +- layouts/shortcodes/deprecationwarning.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index e841e1952b..245a2e85a9 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,7 +1,7 @@ # i18n strings for the English (main) site. [deprecation_warning] -other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see " +other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the " [deprecation_file_warning] other = "Deprecated" diff --git a/layouts/shortcodes/deprecationwarning.html b/layouts/shortcodes/deprecationwarning.html index e7812ec916..32e1f04688 100644 --- a/layouts/shortcodes/deprecationwarning.html +++ b/layouts/shortcodes/deprecationwarning.html @@ -3,9 +3,9 @@

- Kubernetes {{ .Param "version" }} + Kubernetes {{ .Page.Param "version" }} {{ T "deprecation_warning" }} - {{ T "latest_version" }} + {{ T "latest_version" }}