Skip to content

Fix broken relative links in page footer

Julian Steinmann requested to merge xyquadrat/aether-mediawiki:master into master

Currently, some of the links in the footer of userbase.kde.org direct to empty pages. The reason for this is that the relative links were originally intended for kde.org, not userbase.kde.org. This MR makes the links absolute, redirecting users to the correct page.

Test plan: All the links do now direct to an actual page.

Merge request reports