diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-03-22 19:30:54 +0000 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-03-22 19:30:54 +0000 |
commit | 8c3bdc853a5237a3bef6e26fcf22132db7e8bd9c (patch) | |
tree | a862ed0847f6dc8d7ffe8dea7141714a51a8387d /doc/development/README.md | |
parent | 3574963bc01097da418b62ae6f87d02359f36f12 (diff) | |
download | gitlab-ce-8c3bdc853a5237a3bef6e26fcf22132db7e8bd9c.tar.gz |
Creates Frontend Style guide
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 265df98fb87..e27e7fc7d19 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -15,7 +15,7 @@ - [SQL Migration Style Guide](migration_style_guide.md) for creating safe SQL migrations - [Testing standards and style guidelines](testing.md) - [UX guide](ux_guide/index.md) for building GitLab with existing CSS styles and elements -- [Frontend guidelines](frontend.md) +- [Frontend guidelines](fe_guide/index.md) - [SQL guidelines](sql.md) for working with SQL queries - [Sidekiq guidelines](sidekiq_style_guide.md) for working with Sidekiq workers - [`Gemfile` guidelines](gemfile.md) |