From cbf36fc57db5ca1dcfe5bcf968d52795ad3139ef Mon Sep 17 00:00:00 2001 From: Seth G Date: Fri, 14 Feb 2020 00:53:15 +0100 Subject: [PATCH] Fix LICENSE links (#362) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7629412..aecf94e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,7 +53,7 @@ constitutes a bare minimum; more info is almost always better: ### Contributor License Agreement -Your contribution will be under our [license](https://github.com/geopython/pygeoapi/blob/master/LICENSE) as per [GitHub's terms of service](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license). +Your contribution will be under our [license](https://github.com/geopython/pygeoapi/blob/master/LICENSE.md) as per [GitHub's terms of service](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license). ### GitHub Commit Access @@ -64,7 +64,7 @@ Your contribution will be under our [license](https://github.com/geopython/pygeo * Pull requests may include copyright in the source code header by the contributor if the contribution is significant or the contributor wants to claim copyright on their contribution. * All contributors shall be listed at https://github.com/geopython/pygeoapi/graphs/contributors -* Unclaimed copyright, by default, is assigned to the main copyright holders as specified in https://github.com/geopython/pygeoapi/blob/master/LICENSE +* Unclaimed copyright, by default, is assigned to the main copyright holders as specified in https://github.com/geopython/pygeoapi/blob/master/LICENSE.md ### Version Control Branching