summaryrefslogtreecommitdiff
path: root/doc/release/security.md
diff options
context:
space:
mode:
authorAnatoly Borodin <anatoly.borodin@gmail.com>2016-03-17 00:35:53 +0100
committerAnatoly Borodin <anatoly.borodin@gmail.com>2016-03-17 00:35:53 +0100
commit6c06b65d1e905775c2cd31e64c4bf2aa3f14ef5b (patch)
tree19e5bbf43bd2e578b815dc3336600e7b981dc45d /doc/release/security.md
parent6349f4909ba9a1f56bd3f3951b48da7966eb6895 (diff)
downloadgitlab-ce-6c06b65d1e905775c2cd31e64c4bf2aa3f14ef5b.tar.gz
Use relative links in `doc`, fix broken generated HTML links
Links like (doc/web_hooks/web_hooks.md) work in the GitLab source code web interface, but the HTML generator produces broken links in the `doc` subdirectories: http://doc.gitlab.com/ce/hooks/doc/web_hooks/web_hooks.html instead of the right one http://doc.gitlab.com/ce/web_hooks/web_hooks.html in http://doc.gitlab.com/ce/hooks/custom_hooks.html. Fixes #14338 [ci skip] Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
Diffstat (limited to 'doc/release/security.md')
-rw-r--r--doc/release/security.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/security.md b/doc/release/security.md
index b1a62b333e6..118c016ba4f 100644
--- a/doc/release/security.md
+++ b/doc/release/security.md
@@ -15,7 +15,7 @@ Please report suspected security vulnerabilities in private to <support@gitlab.c
1. Verify that the issue can be reproduced
1. Acknowledge the issue to the researcher that disclosed it
1. Inform the release manager that there needs to be a security release
-1. Do the steps from [patch release document](doc/release/patch.md), starting with "Create an issue on private GitLab development server"
+1. Do the steps from [patch release document](../release/patch.md), starting with "Create an issue on private GitLab development server"
1. The MR with the security fix should get a 'security' label and be assigned to the release manager
1. Build the package for GitLab.com and do a deploy
1. Build the package for ci.gitLab.com and do a deploy