mirror of
https://github.com/apple/pkl.git
synced 2026-05-10 08:59:52 +02: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.