Do you have set the links relative to the site root? I believe it gets saved correctly when you set links relative to the document. We will have a look at it.
Thanks Teodor. But I still can’t wrap my head around it.
The actual location of the file some_link.html is same in both cases right?
And the page where I have this link, eg: some_page.html, is in the same location as some_link.html right?
where the page you create your link on is located in such a nested folder structure. The link to a document located in the site root level will look like:
With links relative to document: <a href="../../index.html">Link</a>
With links relative to site root: <a href="/index.html">Link</a>
really not that complicated. This option sets how the links to files are generated on your pages.