From fed2014111a63aa4e9f0d8bcbb212910a9872512 Mon Sep 17 00:00:00 2001 From: Rahulkrishnan R A Date: Sun, 7 Apr 2019 13:16:25 +0530 Subject: [PATCH] Typo in the deprecation warning and link is broken to latest docs (#13460) (#13649) v1.13 deprecation warning link to the latest docs was broken.This issue fixed the broken link as well as the typo in the deprecation warning --- i18n/en.toml | 2 +- layouts/shortcodes/deprecationwarning.html | 2 +- 2 files changed, 2 insertions(+), 2 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 f26244ed75..32e1f04688 100644 --- a/layouts/shortcodes/deprecationwarning.html +++ b/layouts/shortcodes/deprecationwarning.html @@ -5,7 +5,7 @@

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