From 9c11c22a1b916fc48222e314d86bfc4d7b4fd0d3 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 20 Dec 2022 00:17:39 +0200 Subject: [PATCH] fix links --- .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 cfb25c5207e..f3c7789efb9 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}](/${filename})" + link="[${title}](charts/${train}/${chart}/${filename})" if [ ${filename} != "index.md" ]; then # Append the link to the index.md file echo "${link}" >> website/docs/charts/${train}/${chart}/index.md