organicmaps/organicmaps.github.io

Links always lead to the english page

Mr-Mime opened this issue · 1 comments

When clicking on a link on any non English start page, it redirects to the English sub page.

Needed change could look like this:

- (@/donate/index.md)
+ (./donate)

or like this:

- (@/donate/index.md)
+ (@/donate/index.de.md)

Which way is wanted?
If I got a response, I can do the changes and create an PR

Great catch! Let's fix it using the second option, it is more explicit.