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