Skip to content

Commit b2ee87c

Browse files
authored
Merge pull request #44197 from steve-hardman/fix-notice-link
Revert misleading link from deprecation notice
2 parents 214e898 + 4beb409 commit b2ee87c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

data/i18n/en/en.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ other = "You are viewing documentation for Kubernetes version:"
6767
[deprecation_warning]
6868
other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date information, see the "
6969

70-
[deprecation_warning_page_link]
71-
other = "For the most up-to-date information of this page, check out the "
72-
7370
[deprecation_file_warning]
7471
other = "Deprecated"
7572

layouts/partials/deprecation-warning.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ <h3>
55
{{ T "deprecation_title" }} {{ .Param "version" }}
66
</h3>
77
<p> Kubernetes {{ .Param "version" }} {{ T "deprecation_warning" }}
8-
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a>
9-
</p>
10-
<p> {{ T "deprecation_warning_page_link" }}
11-
<a href="{{ .Permalink }}">{{ T "latest_version" }}</a>
8+
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a>
129
</p>
1310
</div>
1411
</section>
@@ -18,4 +15,4 @@ <h3>
1815
<p>{{ T "outdated_blog__message" }}</p>
1916
</div>
2017
</section>
21-
{{ end }}
18+
{{ end }}

0 commit comments

Comments
 (0)