diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-01-14 11:24:42 -0800 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-01-14 11:24:42 -0800 |
commit | a809dbf51ea83a54c5a35fa687bfce4a914ef0c7 (patch) | |
tree | 24838b941592240570d4db3b59e56736f63120ee | |
parent | ea9ea3fe928e3cca8b297edd4ba0c38bcb424c0b (diff) | |
parent | ff8f8eae9c3b1a1769cd934edee050e18fa4831e (diff) | |
download | gitlab-ce-a809dbf51ea83a54c5a35fa687bfce4a914ef0c7.tar.gz |
Merge pull request #6056 from nburkley/patch-2
Fixing Link to Contributing guide
-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. |