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:
authorSarrah Vesselov <svesselov@gitlab.com>2018-11-21 18:25:15 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-11-21 18:25:15 +0300
commit47da931c9e19e636ec83c5e4d9dee17b50ada452 (patch)
treeb27f2b8d4bb376b17d57d5336231247bde0932d2 /doc/development/fe_guide
parentd5a24021a4e5839b3c7afabc50d46f4e12b8bbaf (diff)
deprecate UX Guide and redirect to design.gitlab
Diffstat (limited to 'doc/development/fe_guide')
-rw-r--r--doc/development/fe_guide/components.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/fe_guide/components.md b/doc/development/fe_guide/components.md
index ee0c2d534ff..0e9126ee667 100644
--- a/doc/development/fe_guide/components.md
+++ b/doc/development/fe_guide/components.md
@@ -6,7 +6,7 @@
## Dropdowns
-See also the [corresponding UX guide](../ux_guide/components.md#dropdowns).
+See also the [corresponding UX guide](https://design.gitlab.com/#/components/dropdowns).
### How to style a bootstrap dropdown
1. Use the HTML structure provided by the [docs][bootstrap-dropdowns]
@@ -40,7 +40,7 @@ See also the [corresponding UX guide](../ux_guide/components.md#dropdowns).
## Modals
-See also the [corresponding UX guide](../ux_guide/components.md#modals).
+See also the [corresponding UX guide](https://design.gitlab.com/#/components/modals).
We have a reusable Vue component for modals: [vue_shared/components/gl_modal.vue](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/javascripts/vue_shared/components/gl_modal.vue)