From 1a9a8eb40ece41b9e29e3805c56df85b0552a6a3 Mon Sep 17 00:00:00 2001 From: nwekealex65 <163132802+nwekealex65@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:35:22 +0100 Subject: [PATCH 1/2] doc: Update contributor guidelines link in README.md Fixes the broken link leading to a 404 error page. Updated the link to point to the correct location of the contributor guidelines to ensure contributors can access them properly. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 664f8627..ed50dd9e 100644 --- a/Readme.md +++ b/Readme.md @@ -53,4 +53,4 @@ Checkout Docker Installation [docs](./docs/Docker-installation.md) ## Get involved! * Start by reading our [Code of conduct](https://github.com/hotosm/fAIr/blob/master/docs/Code-of-Conduct.md) -* Get familiar with our [contributor guidelines](https://github.com/hotosm/fAIr/blob/master/docs/Contribution.md) explaining the different ways in which you can support this project! We need your help! +* Get familiar with our [contributor guidelines](https://github.com/hotosm/fAIr/blob/master/CONTRIBUTING.md) explaining the different ways in which you can support this project! We need your help! From 694120decbcd5ed39a59dd4164ea5e42c2be3ab1 Mon Sep 17 00:00:00 2001 From: nwekealex65 <163132802+nwekealex65@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:19:10 +0100 Subject: [PATCH 2/2] Fix: Update Readme.md use relative path for CONTRIBUTING.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ed50dd9e..337671b7 100644 --- a/Readme.md +++ b/Readme.md @@ -53,4 +53,4 @@ Checkout Docker Installation [docs](./docs/Docker-installation.md) ## Get involved! * Start by reading our [Code of conduct](https://github.com/hotosm/fAIr/blob/master/docs/Code-of-Conduct.md) -* Get familiar with our [contributor guidelines](https://github.com/hotosm/fAIr/blob/master/CONTRIBUTING.md) explaining the different ways in which you can support this project! We need your help! +* Get familiar with our [contributor guidelines](CONTRIBUTING.md) explaining the different ways in which you can support this project! We need your help!