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
@@ -5,7 +5,7 @@
<h3>
Kubernetes {{ .Page.Param "version" }}
{{ T "deprecation_warning" }}
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a>
<a href="{{ .Site.Params.currentUrl }}">{{ T "latest_version" }}</a>
</h3>
</div>
</main>