Skip to content

Commit 3378a2a

Browse files
authored
minior Fix links in PROJECTS.md
1 parent 1d80239 commit 3378a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-project-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
for project in "${projects[@]}"; do
4343
project_name=${project%/}
4444
safe_project_name=${project_name// /%20}
45-
echo "* [$project_name](/tree/main/$safe_project_name)" >> PROJECTS.md
45+
echo "* [$project_name](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/$safe_project_name)" >> PROJECTS.md
4646
done
4747
4848
for file in "${exclude_files[@]}"; do

0 commit comments

Comments
 (0)