mirror of
https://github.com/apple/pkl.git
synced 2026-03-24 01:51:19 +01:00
Fixes an issue where source links are incorrectly URI encoded; i.e. `https%3A//github.com` instead of `https://github.com`. This was causing the browser to resolve these as relative to the enclosing page.