Skip to content

Commit 0050588

Browse files
author
Create Index Workflow
committed
Correct URLs
1 parent 1fadb1c commit 0050588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ readme_update() {
7070
printf "| --- | --- | --- | --- |\n"
7171

7272
while read extra; do
73-
jq -r '. | to_entries[] | select(.key == "'"$extra"'") | .value | "| ['"$extra"']("+(.github)+") | ⭐"+(.stars // "unknown" | tostring)+" | "+(.type)+" | "+(.category)+" | "' extra-cheat-sheets.json || true
73+
jq -r '. | to_entries[] | select(.key == "'"$extra"'") | .value | "| ['"$extra"'](https://github.com/"+(.github)+") | ⭐"+(.stars // "unknown" | tostring)+" | "+(.type)+" | "+(.category)+" | "' extra-cheat-sheets.json || true
7474
done < <(jq -r ". | to_entries[] | .key" extra-cheat-sheets.json | LANG=C sort) |\
7575
sed -e "s/| Tutorial |/| 💡 Tutorial |/g" \
7676
-e "s/| Book |/| 📕 Book |/g" \

0 commit comments

Comments
 (0)