revert miseleading link

pull/44197/head
steve-hardman 2023-12-03 19:06:37 +00:00 committed by Steve Hardman
parent 9f3fbc08a3
commit 4beb409fd9
2 changed files with 2 additions and 8 deletions

View File

@ -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"

View File

@ -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 }}