relative link in markdown not add component /blob/ in the final render
For a markdown file INSTRUCTIONS.md in the root of master branch, the link is :
https://gitlab.xxxxx.com/group/project_name/blob/master/ INSTRUCTIONS.md
if I wrote in this file :
<a href="./INSTRUCTIONS-PART-1.md">INSTRUCTIONS PART 1</a>
the link generated is :
https://gitlab.xxxxx.com/group/project_name/master/INSTRUCTIONS-PART-1.md
But It should be :
https://gitlab.xxxxx.com/group/project_name/blob/master/INSTRUCTIONS-PART-1.md
You forgot the blob