From 960e816c236ebdedc85ef4e1bf4fe0521661923c Mon Sep 17 00:00:00 2001 From: Alexander Hughes Date: Fri, 3 Jan 2020 16:35:05 +0000 Subject: [PATCH] Minor document fixes - Links to CONTRIBUTORS.md and testing-guidelines.md were broken. - Minor fix to escaping of the (c) bulletpoint in contribution guidelines. Change-Id: Iffb5233b50008a4e4e4fd17be483d7e8c1ee4856 --- docs/developers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developers.md b/docs/developers.md index 4e16bf103..5bb196292 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -40,12 +40,12 @@ Pre-built images are already available at [quay.io]( We welcome contributions. This project has set up some guidelines in order to ensure that (a) code quality remains high, (b) the project remains consistent, -and \\(c\\) contributions follow the open source legal requirements. Our intent +and \(c\) contributions follow the open source legal requirements. Our intent is not to burden contributors, but to build elegant and high-quality open source code so that our users will benefit. Make sure you have read and understood the main airshipctl [Contributing -Guide](CONTRIBUTING.md) +Guide](../CONTRIBUTING.md) ### Structure of the Code @@ -100,4 +100,4 @@ Read more: In order to ensure that all package unit tests follow the same standards and use the same frameworks, airshipctl has a document outlining [specific test -guidelines](docs/testing-guidelines.md) maintained separately. +guidelines](testing-guidelines.md) maintained separately.