Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-06-05 13:10:28 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-05 13:10:28 +0300
commitb8c3339a46abe54fe6b8a886596d206d040a8e2a (patch)
treef07d34c9ad6066b2a760e3749c7bac014a34a912 /doc/development/ee_features.md
parentf9d8caaedec97b66b36f4ec6b00afaa82077a257 (diff)
Docs: Clean up links to remove ./ usage
Diffstat (limited to 'doc/development/ee_features.md')
-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 d0db1a61935..cca52706ddc 100644
--- a/doc/development/ee_features.md
+++ b/doc/development/ee_features.md
@@ -906,7 +906,7 @@ import bundle from 'ee/protected_branches/protected_branches_bundle.js';
import bundle from 'ee_else_ce/protected_branches/protected_branches_bundle.js';
```
-See the frontend guide [performance section](./fe_guide/performance.md) for
+See the frontend guide [performance section](fe_guide/performance.md) for
information on managing page-specific javascript within EE.