summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-10-03 19:47:07 +0000
committerWinnie Hellmann <winnie@gitlab.com>2017-10-03 19:47:07 +0000
commit9ba04545531f0a7c19b1fe68845d9a8660558d7c (patch)
treefbc7698b676e918b53b11ad6139e771b78f9564e
parentda9d42f2b31c6e8263365de8b326a082ab9506ac (diff)
downloadgitlab-ce-winh-vue-styleguide-link-docs.tar.gz
-rw-r--r--doc/development/fe_guide/vue.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/vue.md b/doc/development/fe_guide/vue.md
index 2607353782a..277e0cd5f00 100644
--- a/doc/development/fe_guide/vue.md
+++ b/doc/development/fe_guide/vue.md
@@ -428,7 +428,7 @@ is a good example of this pattern.
## Style guide
-Please refer to the Vue section of our [style guide](style_guide_js.md#vuejs)
+Please refer to the Vue section of our [style guide](style_guide_js.md#vue-js)
for best practices while writing your Vue components and templates.
## Testing Vue Components