summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-10-04 08:29:06 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-10-04 08:29:06 +0000
commitbe6344d9051f9712c7643b0b70a5deffafcd2855 (patch)
tree9cc3f0edb866da467d955b3195c8336113f2522e
parentf0b4fe2fc2c1e89e67b236b640f8fe31aa37e73a (diff)
parent9ba04545531f0a7c19b1fe68845d9a8660558d7c (diff)
downloadgitlab-ce-be6344d9051f9712c7643b0b70a5deffafcd2855.tar.gz
Merge branch 'winh-vue-styleguide-link-docs' into 'master'
Fix link to Vue.js style guide See merge request gitlab-org/gitlab-ce!14667
-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