From 5eb14a407591cd7b8f8b7b572519b24787c7b4f0 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 19 Dec 2022 23:19:25 +0100 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/charts-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index f3c7789efb9..43f5b331722 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -122,7 +122,7 @@ jobs: title=$(head -n 1 "${file}" | sed 's/# //') # Create a markdown link using the file name and title - link="[${title}](charts/${train}/${chart}/${filename})" + link="[${title}](charts/${train}/${chart}/${filename%.md})" if [ ${filename} != "index.md" ]; then # Append the link to the index.md file echo "${link}" >> website/docs/charts/${train}/${chart}/index.md