runelite / runelite.net

RuneLite website
https://runelite.net
MIT License
78 stars 92 forks source link

use DOMParser for parsing readme HTML #490

Closed abextm closed 1 year ago

abextm commented 1 year ago

This primarily fixes handling of relative links. Previously it would always use raw.githubusercontent.com for all urls, now use use github.com for anchors, and r.g.c for images, which more closely matches GitHub's logic.