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

@ -7,9 +7,6 @@
<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>
</p>
</div>
</section>
{{ else if and (eq .Section "blog") (not .Params.evergreen) .Date (.Date.Before (now.AddDate -1 0 0)) -}}