Skip to content

kill all relative links

Vladimír Čunát requested to merge broken-relative-links into master

Using href="foo/" is risky, as it only really works the way "we expect" in the root, so let's use href="/foo/" everywhere instead.

Merge request reports