diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-15 10:59:52 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-15 10:59:52 +0000 |
commit | 5d1ba632e6977fa2846a9a087c6a8c0db71f12da (patch) | |
tree | 5beb7c729928f7e101efb8fee0de797d06962ef2 /doc/development/README.md | |
parent | c7fd95584eb2a595d84a5693a14b4b46c2885251 (diff) | |
parent | bfd6129506124a29eb96cf9c02e73e3c4a86092d (diff) | |
download | gitlab-ce-5d1ba632e6977fa2846a9a087c6a8c0db71f12da.tar.gz |
Merge branch 'docs-improve-contributing-guide' into 'master'
Improve the contributing documentation
See merge request gitlab-org/gitlab-ce!22291
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 d8604a4f3e5..14dfe8eb1f3 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -8,7 +8,7 @@ description: 'Learn how to contribute to GitLab.' ## Get started! - Set up GitLab's development environment with [GitLab Development Kit (GDK)](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/README.md) -- [GitLab contributing guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md) +- [GitLab contributing guide](contributing/index.md) - [Architecture](architecture.md) of GitLab - [Rake tasks](rake_tasks.md) for development |