From a63536ac87c283c35460cf7a3d637f36e0fea163 Mon Sep 17 00:00:00 2001 From: Nodeify Date: Mon, 18 Mar 2024 08:33:03 -0700 Subject: [PATCH] Update update-readme.yaml --- .github/workflows/update-readme.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yaml b/.github/workflows/update-readme.yaml index 9690143..4de64a2 100644 --- a/.github/workflows/update-readme.yaml +++ b/.github/workflows/update-readme.yaml @@ -19,7 +19,7 @@ jobs: for dir in charts/*; do if [ -d "$dir" ]; then chartName=$(basename "$dir") - echo "- [$chartName](https://.github.io//$dir)" >> CHARTS.md + echo "- [$chartName](https://pinax-network.github.io/helm-charts/$dir)" >> CHARTS.md fi done - name: Update README