Skip to content

Commit

Permalink
new url - but must be fixed in downloader project
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Feb 1, 2024
1 parent bb68314 commit 5f7bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helloworld-downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ ! -d "$OUTDIR" ]; then
mkdir "$OUTDIR"
fi

downloadUrl="https://helloworld.raspberrypi.org/issues/%02d/pdf"
downloadUrl=" https://www.raspberrypi.org/hello-world/issues/%02d"
file="regular-issues.txt";
recentIssue=$(cat "$file");

Expand Down

0 comments on commit 5f7bdd0

Please sign in to comment.