diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index c4570de8ce9..b1c6224cdea 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -162,7 +162,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%.md})" + link="[**${title}**](${filename%.md})" if [ ${filename} != "index.md" ]; then # Append the link to the index.md file echo "- ${link}" >> website/docs/charts/${train}/${chart}/index.md