Skip to content

Fix broken links that weren't linking to the correct locale.

This fixes the second part of #13 (closed) by running find content/en -type f -exec sed -i 's/(posts\/20/(en\/posts\/20/g' {} \;

There might be more broken links though, looking through some of the files, there's links that go (/support-us/blah), which prolly need to be (en/support-us/blah).

EDIT: Got the second set as well with find content/en -type f -exec sed -i 's/(\//(en\//g' {} \;, I can´t think of other linking oddities that could come up.

Edited by Wolthera van Hövell

Merge request reports