Commit 46bbeabcde4a2b7cdfcec29da4bde51ceb45a97a

Authored by Sytse Sijbrandij
1 parent 5f9bc743

Link to new contributing file and the requirements doc.

Showing 1 changed file with 6 additions and 4 deletions   Show diff stats
README.md
1   -## GitLab is a self hosted Git management software.
  1 +## GitLab is a self hosted Git management software.
2 2  
3 3 Check out [gitlab.org](http://gitlab.org)
4 4  
... ... @@ -13,10 +13,10 @@ With GitLab you can:
13 13  
14 14 ### Code status:
15 15  
16   -* master: travis-ci.org
  16 +* master: travis-ci.org
17 17 [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://travis-ci.org/gitlabhq/gitlabhq)
18 18  
19   -* master: ci.gitlab.org
  19 +* master: ci.gitlab.org
20 20 [![CI](http://ci.gitlab.org/projects/1/status?ref=master)](http://ci.gitlab.org/projects/1?ref=master)
21 21  
22 22 * [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/gitlabhq/gitlabhq)
... ... @@ -37,6 +37,8 @@ With GitLab you can:
37 37 * gitlab-shell
38 38 * redis
39 39  
  40 +More details are in the [requirements doc](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/requirements.md)
  41 +
40 42 ### Install
41 43  
42 44 Checkout [wiki](https://github.com/gitlabhq/gitlabhq/wiki) pages for installation information, migration, etc.
... ... @@ -45,6 +47,6 @@ Checkout [wiki](https://github.com/gitlabhq/gitlabhq/wiki) pages for installatio
45 47  
46 48 ### [Contact](http://gitlab.org/contact/)
47 49  
48   -### [Issue Submission Guide](https://github.com/gitlabhq/gitlabhq/wiki/Issue-Submission-Guide)
  50 +### [Contributing Guide](https://github.com/gitlabhq/gitlabhq/blob/master/CONTRIBUTING.md)
49 51  
50 52 ### [Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide)
... ...