blog:2021-12-09_gitlab_markdown_file_relative_link
2021-12-09 Gitlab Markdown File Relative Link
GitLab relative link in Markdown file
Instead of an absolute link:
[a link](https://gitlab.com/user/repo/blob/branch/second.md)
We can use a relative link:
[a relative link](second_file.md)
[a relative link](path%20with%20spaces/sub_folder_file.md)
Example in Typora
Permalink blog/2021-12-09_gitlab_markdown_file_relative_link.txt · Last modified: 2021/12/09 06:38 by
jethro