From dd197dc68cd58351b37a64a214833eb4afdd1cc7 Mon Sep 17 00:00:00 2001 From: helfi92 Date: Wed, 15 Mar 2017 09:34:30 -0400 Subject: [PATCH 1/2] Fix link --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3aca2e8..3766b51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ community. ### Participation Conduct In order to ensure everyone has a fair, pleasant, and inclusive experience contributing to Neutrino, we ask that you -abide by our [community participation guidelines](/contributing/code-of-conduct.md), based on the +abide by our [community participation guidelines](/docs/contributing/code-of-conduct.md), based on the [Contributor Covenant](http://contributor-covenant.org/). Please read and understand it for everyone's benefit. Following these guidelines helps to communicate that you respect the time of the developers managing @@ -61,7 +61,7 @@ possible. ## Getting started Most contributions will involve working with the neutrino-dev codebase. Please refer to the [development -documentation](/contributing/development.md) for technical details on getting started. +documentation](/docs/contributing/development.md) for technical details on getting started. ## Filing bugs and issues From 9b4bce0819fe29225b721940684eb95752f68634 Mon Sep 17 00:00:00 2001 From: helfi92 Date: Wed, 15 Mar 2017 10:33:25 -0400 Subject: [PATCH 2/2] Switch to relative paths --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3766b51..e5d7cd1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ community. ### Participation Conduct In order to ensure everyone has a fair, pleasant, and inclusive experience contributing to Neutrino, we ask that you -abide by our [community participation guidelines](/docs/contributing/code-of-conduct.md), based on the +abide by our [community participation guidelines](./code-of-conduct.md), based on the [Contributor Covenant](http://contributor-covenant.org/). Please read and understand it for everyone's benefit. Following these guidelines helps to communicate that you respect the time of the developers managing @@ -61,7 +61,7 @@ possible. ## Getting started Most contributions will involve working with the neutrino-dev codebase. Please refer to the [development -documentation](/docs/contributing/development.md) for technical details on getting started. +documentation](./development.md) for technical details on getting started. ## Filing bugs and issues