Skip to content

Commit

Permalink
Fix link issue TC01#18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninja202 committed Aug 3, 2021
1 parent f14ee7a commit d796212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xkcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import html.parser as HTMLParser

# Define the URLs as globals.
xkcdUrl = "https://www.xkcd.com/" # The URL for xkcd.
xkcdUrl = "https://xkcd.com/" # The URL for xkcd.
imageUrl = "https://imgs.xkcd.com/comics/" # The root URL for image retrieval.
explanationUrl = "https://explainxkcd.com/" # The URL of the explanation.
archiveUrl = "https://what-if.xkcd.com/archive/" # The What If Archive URL.
Expand Down

0 comments on commit d796212

Please sign in to comment.