From 29afb8ac228186344fa68ef099a87151daa248e8 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Sat, 30 Jul 2022 22:06:36 -0400 Subject: [PATCH] fix(docs): Fixed the manual reference for the Catalog items (#3358) --- .github/scripts/build-catalog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build-catalog.sh b/.github/scripts/build-catalog.sh index 7fb8ea987fd..efe61cf63c7 100755 --- a/.github/scripts/build-catalog.sh +++ b/.github/scripts/build-catalog.sh @@ -223,7 +223,7 @@ patch_apps() { # Generate SCALE App description file cat ${target}/Chart.yaml | yq .description -r >> ${target}/app-readme.md echo "" >> ${target}/app-readme.md - echo "This App is supplied by TrueCharts, for more information visit the manual: https://truecharts.org/charts/${train}/${chartname}" >> ${target}/app-readme.md + echo "This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/${train}/${chartname}](https://truecharts.org/docs/charts/${train}/${chartname})" >> ${target}/app-readme.md echo "" >> ${target}/app-readme.md echo "---" >> ${target}/app-readme.md echo "" >> ${target}/app-readme.md