summaryrefslogtreecommitdiff
path: root/doc/development/documentation/styleguide.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-21 06:08:25 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-21 06:08:25 +0000
commit8f306a7dc503ae0fed4acebc528f2bc2030dad83 (patch)
tree80e62141eab6ff86ea7a184565afb32a650217d9 /doc/development/documentation/styleguide.md
parent76937b2add54d9ecfd1310847e244ac833d90e3b (diff)
downloadgitlab-ce-8f306a7dc503ae0fed4acebc528f2bc2030dad83.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation/styleguide.md')
-rw-r--r--doc/development/documentation/styleguide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md
index 6d146051e13..5db5f8b589f 100644
--- a/doc/development/documentation/styleguide.md
+++ b/doc/development/documentation/styleguide.md
@@ -793,7 +793,7 @@ Instead:
Example:
```markdown
-For more information, see the [confidential issue](../../user/project/issues/confidential_issues.md) `https://gitlab.com/gitlab-org/gitlab-foss/issues/<issue_number>`.
+For more information, see the [confidential issue](../../user/project/issues/confidential_issues.md) `https://gitlab.com/gitlab-org/gitlab-foss/-/issues/<issue_number>`.
```
### Link to specific lines of code