Relative links to another repo in the README.md don't work
Relative links in the README.md don't work as they are supose too.<br>
It seems that the problem occurs when there are multiple `../`.<br>
<br>
For example, in my repo [TM](https://gitlab.com/M4444/TM) at the start of the README.md is a relative link to another repo [Zmija](https://gitlab.com/M4444/Zmija).<br>
The link is written as `../../../Zmija` so it should go 3 levels down and link to:<br>
https://gitlab.com/M4444/Zmija
but instead it only goes 1 level down and links to:<br>
https://gitlab.com/M4444/TM/master/Zmija
It seems that the number of `../` doesn't make a difference, it always goes down just 1 level.
issue