User Tools

Site Tools

blog:2021-12-09_gitlab_markdown_file_relative_link



2021-12-09 Gitlab Markdown File Relative Link

  • We need write the markdown file relative line in Gitlab server for easier preview without download the whole project.
  • 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

TAGS

  • 186 person(s) visited this page until now.

Permalink blog/2021-12-09_gitlab_markdown_file_relative_link.txt · Last modified: 2021/12/09 06:38 by jethro

oeffentlich