To reproduce:
README.md
file on gitlab
repository.#
, and save it.Is that a bug?
How to get a URL to a section in Gitlab Reademe.md file that displays the file and scrolls to the section?
N.B. It works in github
.
Thanks
The working link is got as following:
https://gitlab.com/<user>/<project>/#my-last-section
Assuming that the READEME.md
is found on the project root folder directly.
Instead of the link got when opening the readme.md file:
https://gitlab.com/<user>/<project>/blob/main/README.md#my-last-section
Which either has a bug, or is designed for that!