Commit d0290377 authored by Evan Read's avatar Evan Read

Merge branch 'docs-styleguide-links' into 'master'

Docs styleguide on internal links

See merge request gitlab-org/gitlab!27369
parents 18111713 5418083d
...@@ -628,8 +628,17 @@ do not use this option until further notice. ...@@ -628,8 +628,17 @@ do not use this option until further notice.
### Links to internal documentation ### Links to internal documentation
- To link to internal documentation, use relative links, not absolute URLs. NOTE: **Note:**
Use `../` to navigate to high-level directories. Links should not refer to root. _Internal_ refers to documentation in the same project. When linking to documentation in
separate projects (for example, linking to Omnibus docs from GitLab docs), you must use absolute
URLs.
To link to internal documentation:
- Use relative links to Markdown files in the same repository.
- Do not use absolute URLs or URLs from `docs.gitlab.com`.
- Use `../` to navigate to higher-level directories.
- Do not link relative to root. For example, `/ee/user/gitlab_com/index.md`.
Don't: Don't:
...@@ -652,8 +661,7 @@ do not use this option until further notice. ...@@ -652,8 +661,7 @@ do not use this option until further notice.
- `../../issues/tags.md` - `../../issues/tags.md`
- `../../issues/tags.md#stages` - `../../issues/tags.md#stages`
- Using the Markdown extension is necessary for the [`/help`](index.md#gitlab-help) - Use the Markdown extension for the [`/help`](index.md#gitlab-help) section of GitLab.
section of GitLab.
### Links requiring permissions ### Links requiring permissions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment