summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Florian <mflorian@gitlab.com>2019-04-03 15:13:14 +0800
committerMark Florian <mflorian@gitlab.com>2019-04-03 15:13:14 +0800
commit02d52e31e4ba3272a0b9dc2bc883257b0b284f7c (patch)
treeb215b526c18b55b8a6f0c939adbbe952a3383f55
parent8aeef4d5381224d1643413a1716dfb6de1c84a94 (diff)
downloadgitlab-ce-ee-feature-doc-fixes.tar.gz
Fix anchor link to backporting changesee-feature-doc-fixes
This link wasn't scrolling to the correct page anchor, since the generated anchors are apparently all lowercase.
-rw-r--r--doc/development/ee_features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/ee_features.md b/doc/development/ee_features.md
index bb51203e1f1..9452593c510 100644
--- a/doc/development/ee_features.md
+++ b/doc/development/ee_features.md
@@ -976,7 +976,7 @@ if (ifEE) {
To separate EE-specific styles in SCSS files, if a component you're adding styles for
is limited to only EE, it is better to have a separate SCSS file in appropriate directory
within `app/assets/stylesheets`.
-See [backporting changes](#backporting-changes-from-EE-to-CE) for instructions on how to merge changes safely.
+See [backporting changes](#backporting-changes-from-ee-to-ce) for instructions on how to merge changes safely.
In some cases, this is not entirely possible or creating dedicated SCSS file is an overkill,
e.g. a text style of some component is different for EE. In such cases,