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 it-tools icon](charts/it-tools/) | Collection of handy online tools for developers, with great UX. | +| [# it-tools it-tools icon](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="$chart_name 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"