There was an error while loading. Please reload this page.
1 parent ecaf1d6 commit 98836d3Copy full SHA for 98836d3
1 file changed
content/en/resources/keps/_content.gotmpl
@@ -75,7 +75,7 @@
75
-}}
76
77
{{/* Fetch README Content */}}
78
- {{- $kepPath := default (printf "%s/%s" $kep.owningSig $kep.name) $kep.directory -}}
+ {{- $kepPath := default (printf "%s/%s" $kep.owningSig $kep.name) $kep.path -}}
79
{{- $readmeUrl := printf "%s%s/README.md" $rawBaseUrl $kepPath -}}
80
{{- $readmeContent := "" -}}
81
{{- $readmeOpts := merge $globalOpts (dict "key" (printf "kep-readme-%s" $kep.kepNumber)) -}}
0 commit comments