From e5c3b879fb5117bf7c57d18a54595eac4ab8e23b Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sun, 31 Dec 2023 18:04:07 +0200 Subject: [PATCH] chore(docs): fix links generation --- .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 97424e32bf0..537b3c55b21 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -251,7 +251,7 @@ jobs: title=$(cat "${file}" | grep "title: " | sed 's/title: //') echo "The title is: ${title}" # Create a markdown link using the file name and title - link="[**${title}**](${filename%.md})" + link="[**${title}**](./${filename})" if [ ${filename} != "index.md" ]; then # Append the link to the index.md file echo "- ${link}" >> website/docs/charts/${train}/${chart}/index.md