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
This commit is contained in:
Rahulkrishnan R A
2019-04-09 06:25:04 +05:30
committed by Kubernetes Prow Robot
parent 94eb0be0ec
commit 2004d28809
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
<main>
<div class="content deprecation-warning">
<h3>
Kubernetes {{ .Param "version" }}
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>