summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Florian <553096-markrian@users.noreply.gitlab.com>2019-04-05 08:18:07 +0000
committerMark Florian <553096-markrian@users.noreply.gitlab.com>2019-04-05 08:18:07 +0000
commitbdfa1839acd2359626c5087a42f048c9c99de8e5 (patch)
treecf8a0c741725280e468e2faab20808d0829c626a
parent8088e80f7c845aa22157618829f63283fbea3d5f (diff)
downloadgitlab-ce-patch-49.tar.gz
Remove dead link in frontend docspatch-49
-rw-r--r--doc/development/fe_guide/vue.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/development/fe_guide/vue.md b/doc/development/fe_guide/vue.md
index a34d1fcec89..e2019bdb74a 100644
--- a/doc/development/fe_guide/vue.md
+++ b/doc/development/fe_guide/vue.md
@@ -46,8 +46,6 @@ of the new feature should be.
The Store and the Service should be imported and initialized in this file and
provided as a prop to the main component.
-Don't forget to follow [these steps][page_specific_javascript].
-
### Bootstrapping Gotchas
#### Providing data from HAML to JavaScript
While mounting a Vue application may be a need to provide data from Rails to JavaScript.
@@ -240,7 +238,6 @@ One should apply to be a Vue.js expert by opening an MR when the Merge Request's
[vue-docs]: http://vuejs.org/guide/index.html
[issue-boards]: https://gitlab.com/gitlab-org/gitlab-ce/tree/master/app/assets/javascripts/boards
[environments-table]: https://gitlab.com/gitlab-org/gitlab-ce/tree/master/app/assets/javascripts/environments
-[page_specific_javascript]: https://docs.gitlab.com/ce/development/frontend.html#page-specific-javascript
[component-system]: https://vuejs.org/v2/guide/#Composing-with-Components
[state-management]: https://vuejs.org/v2/guide/state-management.html#Simple-State-Management-from-Scratch
[one-way-data-flow]: https://vuejs.org/v2/guide/components.html#One-Way-Data-Flow