diff --git a/manual/src/analytical-tools/frequencies-and-wordclouds.md b/manual/src/analytical-tools/frequencies-and-wordclouds.md index 1b08fde..f28de4a 100644 --- a/manual/src/analytical-tools/frequencies-and-wordclouds.md +++ b/manual/src/analytical-tools/frequencies-and-wordclouds.md @@ -70,5 +70,5 @@ Exported files will be saved to the `analytics/wordclouds` directory. Wordclouds are saved to file by default. If you do not want to keep a file, include the `--nosave` flag to only display the wordcloud. -[frequencies demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/frequencies_generator_demo.gif -[wordcloud demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/wordcloud_generator_demo.gif +[frequencies demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/frequencies_generator_demo.gif?raw=true +[wordcloud demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/wordcloud_generator_demo.gif?raw=true diff --git a/manual/src/livestreaming-reddit/livestreaming-subreddits-and-redditors.md b/manual/src/livestreaming-reddit/livestreaming-subreddits-and-redditors.md index 6e79f9a..17dbebb 100644 --- a/manual/src/livestreaming-reddit/livestreaming-subreddits-and-redditors.md +++ b/manual/src/livestreaming-reddit/livestreaming-subreddits-and-redditors.md @@ -58,6 +58,6 @@ Reddit object information will be displayed in a PrettyTable as they are submitt Include the `--nosave` flag if you do not want to save the livestream to file. -[livestream subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/live_scrapers/livestream_subreddit_demo.gif +[livestream subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/live_scrapers/livestream_subreddit_demo.gif?raw=true [prettytable]: https://pypi.org/project/prettytable/ [subreddit stream disclaimer]: https://praw.readthedocs.io/en/latest/code_overview/other/subredditstream.html#praw.models.reddit.subreddit.SubredditStream diff --git a/manual/src/scraping-reddit/redditor.md b/manual/src/scraping-reddit/redditor.md index eb5a4e1..9474f7b 100644 --- a/manual/src/scraping-reddit/redditor.md +++ b/manual/src/scraping-reddit/redditor.md @@ -111,4 +111,4 @@ The file names will follow this format: Scrape data is exported to the `redditors` directory. -[redditor demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Redditor_demo.gif +[redditor demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Redditor_demo.gif?raw=true diff --git a/manual/src/scraping-reddit/submission-comments.md b/manual/src/scraping-reddit/submission-comments.md index 9e601c1..3f0e8a2 100644 --- a/manual/src/scraping-reddit/submission-comments.md +++ b/manual/src/scraping-reddit/submission-comments.md @@ -85,4 +85,4 @@ Raw scrapes do not resemble comment threads, but returns all comments on a submi You can export to raw format by including the `--raw` flag. `-raw` will also be appended to the end of the file name. [depth-first search]: https://www.interviewcake.com/concept/java/dfs -[submission comments demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/submission_comments_demo.gif +[submission comments demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/submission_comments_demo.gif?raw=true diff --git a/manual/src/scraping-reddit/subreddit.md b/manual/src/scraping-reddit/subreddit.md index 19b9f92..2065cf5 100644 --- a/manual/src/scraping-reddit/subreddit.md +++ b/manual/src/scraping-reddit/subreddit.md @@ -106,4 +106,4 @@ If rules are included in your file, `-rules` will be appended to the end of the After submitting the arguments and Reddit validation, `URS` will display a table of Subreddit scraping settings as a final check before executing. You can include the `-y` flag to bypass this and immediately scrape. -[subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Subreddit_demo.gif +[subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Subreddit_demo.gif?raw=true diff --git a/manual/src/utilities/rate-limit-checking.md b/manual/src/utilities/rate-limit-checking.md index bdfbab4..a3163f4 100644 --- a/manual/src/utilities/rate-limit-checking.md +++ b/manual/src/utilities/rate-limit-checking.md @@ -8,4 +8,4 @@ You can quickly check the rate limits for your account by using this flag. poetry run Urs.py --check ``` -[check praw rate limits demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/check_rate_limit_demo.gif +[check praw rate limits demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/check_rate_limit_demo.gif?raw=true diff --git a/manual/src/utilities/tree.md b/manual/src/utilities/tree.md index 2fb0dad..3027dc1 100644 --- a/manual/src/utilities/tree.md +++ b/manual/src/utilities/tree.md @@ -27,5 +27,5 @@ The following date formats are supported: An error is displayed if `URS` was not run on the entered date (if the date directory is not found within the `scrapes/` directory). -[display directory tree demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/tree_demo.gif +[display directory tree demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/tree_demo.gif?raw=true [nomad]: https://github.com/JosephLai241/nomad