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:
Sascha Grunert
2020-02-25 14:42:49 +01:00
committed by GitHub
parent d93595e7fc
commit 3ecfc9f47f
9 changed files with 14 additions and 11 deletions
@@ -0,0 +1,3 @@
{{- $latestVersion := site.Params.latest }}
{{- $latestReleaseNotes := print "https://git.k8s.io/kubernetes/CHANGELOG/CHANGELOG-" (replace $latestVersion "v" "") ".md" }}
{{- $latestReleaseNotes }}