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
This commit is contained in:
Rahulkrishnan R A
2019-04-07 13:16:25 +05:30
committed by Kubernetes Prow Robot
parent 240c0e7886
commit fed2014111
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# i18n strings for the English (main) site. # i18n strings for the English (main) site.
[deprecation_warning] [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] [deprecation_file_warning]
other = "Deprecated" other = "Deprecated"
+1 -1
View File
@@ -5,7 +5,7 @@
<h3> <h3>
Kubernetes {{ .Page.Param "version" }} Kubernetes {{ .Page.Param "version" }}
{{ T "deprecation_warning" }} {{ T "deprecation_warning" }}
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a> <a href="{{ .Site.Params.currentUrl }}">{{ T "latest_version" }}</a>
</h3> </h3>
</div> </div>
</main> </main>