From aa0dd398016818baf9f77ae1655b149b5cc4c5e3 Mon Sep 17 00:00:00 2001
From: plcnk
Date: Fri, 16 Aug 2024 01:25:47 +0200
Subject: [PATCH] fix(doc): Change links for gh-pages
---
README.md | 4 ++--
hack/gen-chart-summary.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index ed95581..e53f4b7 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-
+
@@ -22,7 +22,7 @@ The code in this repository is provided as-is with no warranties.
| Chart | Description |
| ----- | ----------- |
-| [# it-tools
](charts/it-tools/) | Collection of handy online tools for developers, with great UX. |
+| [# it-tools
](https://github.com/plcnk/charts/tree/master/charts/it-tools/) | Collection of handy online tools for developers, with great UX. |
## License
diff --git a/hack/gen-chart-summary.sh b/hack/gen-chart-summary.sh
index 64d4896..189dbdc 100755
--- a/hack/gen-chart-summary.sh
+++ b/hack/gen-chart-summary.sh
@@ -34,6 +34,6 @@ sed -i '' '/^'"$charts_header"'$/,$d' "$charts_summary_file"
chart_icon="
"
fi
pretty_name="$(head -n1 "$(dirname "$chart_yaml")/README.md" | sed 's/^# //')"
- echo "| [$pretty_name $chart_icon](charts/$chart_name/) | $chart_description |"
+ echo "| [$pretty_name $chart_icon](https://github.com/plcnk/charts/tree/master/charts/$chart_name/) | $chart_description |"
done
} >> "$charts_summary_file"