Skip to content

Commit

Permalink
JokeAPI: Update jokes URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Dec 2, 2024
1 parent 4a561a6 commit 3d6f20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/jokeapi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
OUTPUT_DIR = "build"

JOKES_FILE = "jokes-en.json"
JOKES = f"https://raw.githubusercontent.com/Sv443/JokeAPI/master/data/jokes/regular/{JOKES_FILE}"
JOKES = f"https://raw.githubusercontent.com/Sv443-Network/JokeAPI/refs/heads/main/data/jokes/regular/{JOKES_FILE}"
HASH_FILE = f"{JOKES_FILE}.sha256.txt"
HASH_URL = f"https://pimoroni.github.io/feed2image/{HASH_FILE}"

Expand Down

0 comments on commit 3d6f20f

Please sign in to comment.