diff options
author | nburkley <niallburkley@gmail.com> | 2014-01-14 19:58:47 +0100 |
---|---|---|
committer | nburkley <niallburkley@gmail.com> | 2014-01-14 19:58:47 +0100 |
commit | ff8f8eae9c3b1a1769cd934edee050e18fa4831e (patch) | |
tree | 2d510d86a95d92164e8864784bc332454523c145 /README.md | |
parent | 2940785c179702acb7b7b333740d93d2ac0e6c8b (diff) | |
download | gitlab-ce-ff8f8eae9c3b1a1769cd934edee050e18fa4831e.tar.gz |
Fixing Link to Contributing guide
Link was a 404, added missing '/' in url
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index c151f966c5a..ed486b0052e 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ or start each component separately * [Feedback and suggestions forum](http://feedback.gitlab.com) is the place to propose and discuss new features for GitLab. -* [Contributing guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/masterCONTRIBUTING.md) describes how to submit merge requests and issues. Pull requests and issues not in line with the guidelines in this document will be closed. +* [Contributing guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md) describes how to submit merge requests and issues. Pull requests and issues not in line with the guidelines in this document will be closed. * [Support subscription](http://www.gitlab.com/subscription/) connects you to the knowledge of GitLab experts that will resolve your issues and answer your questions. |