summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-03-01 12:08:45 -0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-03-01 12:08:45 -0300
commitbcdcfef46cdbd5da8403ed50648a3c380eddeb05 (patch)
treeb1caeb4b8bee9d476885058bf2d13cd2d5f34609
parent4443f787251b4a8d5ec2eb1f4e801b732d34e6e1 (diff)
downloadgitlab-ce-docs-devguide-cherry-pick-ce-to-ee.tar.gz
-rw-r--r--doc/development/writing_documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/writing_documentation.md b/doc/development/writing_documentation.md
index a8129470c7d..df49bcce307 100644
--- a/doc/development/writing_documentation.md
+++ b/doc/development/writing_documentation.md
@@ -144,7 +144,7 @@ run into merge conflicts. To avoid them, we [test for merge conflicts against EE
with the `ee-compat-check` job, and use the following method of creating equivalent
branches for CE and EE.
-Please follow this method for [cherry-picking from CE to EE](automatic_ce_ee_merge.md#), with a few adjustments:
+Please follow this method for [cherry-picking from CE to EE](automatic_ce_ee_merge.md#cherry-picking-from-ce-to-ee), with a few adjustments:
- Create the [CE branch](#branch-naming) starting with `docs-`,
e.g.: `git checkout -b docs-example`