diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-06-06 11:32:38 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-06 11:32:38 +0000 |
commit | cc9928c2566d06c916ea00589182a8fa9f14a64d (patch) | |
tree | 99d252733108107a813e40fb67863f102cf4d95c /doc/development/README.md | |
parent | 4083ea1c74c7d89201a8bbf797635e1a208498d4 (diff) | |
download | gitlab-ce-cc9928c2566d06c916ea00589182a8fa9f14a64d.tar.gz |
Docs: add the documentation guidelines into its own dir
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 78c1b6bc6e3..92d9829192e 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -88,8 +88,8 @@ description: 'Learn how to contribute to GitLab.' ## Documentation guides -- [Writing documentation](writing_documentation.md) -- [Documentation styleguide](doc_styleguide.md) +- [Writing documentation](documentation/index.md) +- [Documentation styleguide](documentation/styleguide.md) - [Markdown](../user/markdown.md) ## Internationalization (i18n) guides |