From 5f7bdd0b48028966128e66111e03fec795850308 Mon Sep 17 00:00:00 2001 From: joergi <1439809+joergi@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:59:12 +0100 Subject: [PATCH] new url - but must be fixed in downloader project --- helloworld-downloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-downloader.sh b/helloworld-downloader.sh index 2503ed6..1dd4aa7 100755 --- a/helloworld-downloader.sh +++ b/helloworld-downloader.sh @@ -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");