summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-08-10 12:11:44 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-08-10 12:11:44 +0000
commit9d5d14a896c39609627070eca2bf41970800173c (patch)
tree53b63b92b5ab4952dbc5e87a2ffa12d261ae0df7 /doc
parentfb4edfde0b6ce04c9ef199ad9a63a321395f37b5 (diff)
parent01c0039c55746e180a24aef1c9b3b8ee5afb53e9 (diff)
downloadgitlab-ce-9d5d14a896c39609627070eca2bf41970800173c.tar.gz
Merge branch 'doc-styleguides' into 'master'
Small refactor of doc/development/README.md See merge request !5757
Diffstat (limited to 'doc')
-rw-r--r--doc/development/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index e64b2327771..bf67b5d8dff 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -8,14 +8,13 @@
## Styleguides
-- [Documentation styleguide](development/doc_styleguide.md) Use this styleguide if you are
+- [Documentation styleguide](doc_styleguide.md) Use this styleguide if you are
contributing to documentation.
-- [Migration Style Guide](migration_style_guide.md) for creating safe migrations
+- [SQL Migration Style Guide](migration_style_guide.md) for creating safe SQL migrations
- [Testing standards and style guidelines](testing.md)
-- [UI guide](ui_guide.md) for building GitLab with existing css styles and elements
+- [UI guide](ui_guide.md) for building GitLab with existing CSS styles and elements
- [SQL guidelines](sql.md) for SQL guidelines
-
## Process
- [Code review guidelines](code_review.md) for reviewing code and having code reviewed.