From b8cd3f696de8f6e255883736aa80ae3ffb0e7366 Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Thu, 4 Jun 2015 10:39:00 +0200 Subject: [PATCH] Fix links to the CLA in CONTRIBUTING.rst --- CONTRIBUTING.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b4e6ce3..3ef308d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -30,8 +30,8 @@ Making Changes * You must own the copyright to the patch you're submitting, and be in a position to transfer the copyright to Sixty North by agreeing to the either - the `Individual Contributor License Agreement `_ - (for private individuals) or the `Entity Contributor License Agreement `_ + the `Individual Contributor License Agreement `_ + (for private individuals) or the `Entity Contributor License Agreement `_ (for corporations or other organisations). * Make small commits in logical units. * Ensure your code is in the spirit of `PEP 8 `_, @@ -82,8 +82,8 @@ number:: Submitting Changes ================== -* Agree to the `Individual Contributor License Agreement `_ - or the `Entity Contributor License Agreement `_ +* Agree to the `Individual Contributor License Agreement `_ + or the `Entity Contributor License Agreement `_ by attaching a copy of the current CLA to an email (so we know which version you're agreeing to). The body of the message should contain the text "I, , [representing ] have read the @@ -95,8 +95,8 @@ Submitting Changes Additional Resources ==================== -* `Individual Contributor License Agreement `_ -* `Entity Contributor License Agreement `_ +* `Individual Contributor License Agreement `_ +* `Entity Contributor License Agreement `_ * `PEP 8 `_ * `General GitHub documentation `_ * `GitHub pull request documentation `_