Fix wrong CHANGELOG locations (#19089)
We prefixed the CHANGELOG path in k/k with `CHANGELOG/`, which should reflect every part of the website as well. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{{- $latestVersion := site.Params.latest }}
|
||||
{{- $latestReleaseNotes := print "https://git.k8s.io/kubernetes/CHANGELOG/CHANGELOG-" (replace $latestVersion "v" "") ".md" }}
|
||||
{{- $latestReleaseNotes }}
|
||||
Reference in New Issue
Block a user