From 53345a42dd685c4ce57d7c07099cc0f7e0d52ce8 Mon Sep 17 00:00:00 2001 From: Ernst van Nierop <ernst@gitlab.com> Date: Thu, 18 Aug 2016 15:45:43 +0000 Subject: [PATCH] Fix links --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ead0ada..5a49a27 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,6 @@ contributions are welcome! ## Contributor license agreement By submitting code as an individual you agree to the -[individual contributor license agreement](https://gitlab.com/gitlab-org/gitlab-ce/doc/legal/individual_contributor_license_agreement.md). +[individual contributor license agreement](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/legal/individual_contributor_license_agreement.md). By submitting code as an entity you agree to the -[corporate contributor license agreement](https://gitlab.com/gitlab-org/gitlab-ce/doc/legal/corporate_contributor_license_agreement.md). +[corporate contributor license agreement](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/legal/corporate_contributor_license_agreement.md). -- GitLab