Skip to content

Commit

Permalink
minior Fix links in PROJECTS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
king04aman authored Oct 18, 2024
1 parent 1d80239 commit 3378a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-project-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
for project in "${projects[@]}"; do
project_name=${project%/}
safe_project_name=${project_name// /%20}
echo "* [$project_name](/tree/main/$safe_project_name)" >> PROJECTS.md
echo "* [$project_name](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/$safe_project_name)" >> PROJECTS.md
done
for file in "${exclude_files[@]}"; do
Expand Down

0 comments on commit 3378a2a

Please sign in to comment.