fix newer tasks' image links#4
Merged
Merged
Conversation
Member
Author
|
I just noticed my commit included removing some end of line whitespace that my editor must have auto formatted. If you want I can rebase the commits to exclude those changes. Let me know. |
mgerni
approved these changes
May 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A few people mentioned on the CC that some of the newer tasks were not properly displaying the images in the RuneLite plugin. It seems that for those, the link to the Wiki Page was used instead of the direct image link.
I've ran a regex to fix all links using a default image size of 200px, since that's a least 8x as big as the usual size it is displayed, but also relatively small to reduce bandwidth when possible.
Also fixed the wiki link to the armoured zombies task which I noticed was the same as the image one.