revert miseleading link
parent
9f3fbc08a3
commit
4beb409fd9
|
@ -67,9 +67,6 @@ other = "You are viewing documentation for Kubernetes version:"
|
|||
[deprecation_warning]
|
||||
other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date information, see the "
|
||||
|
||||
[deprecation_warning_page_link]
|
||||
other = "For the most up-to-date information of this page, check out the "
|
||||
|
||||
[deprecation_file_warning]
|
||||
other = "Deprecated"
|
||||
|
||||
|
|
|
@ -5,10 +5,7 @@
|
|||
{{ T "deprecation_title" }} {{ .Param "version" }}
|
||||
</h3>
|
||||
<p> Kubernetes {{ .Param "version" }} {{ T "deprecation_warning" }}
|
||||
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a>
|
||||
</p>
|
||||
<p> {{ T "deprecation_warning_page_link" }}
|
||||
<a href="{{ .Permalink }}">{{ T "latest_version" }}</a>
|
||||
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -18,4 +15,4 @@
|
|||
<p>{{ T "outdated_blog__message" }}</p>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue