From dc8cc7681fc0df5154daf8bb99dd3378c5f668f8 Mon Sep 17 00:00:00 2001 From: Jason Conroy Date: Tue, 7 Apr 2020 17:26:17 +0930 Subject: [PATCH] Update CONTRIBUTING links (https://github.com/woocommerce/woocommerce-blocks/pull/2135) --- plugins/woocommerce-blocks/.github/CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce-blocks/.github/CONTRIBUTING.md b/plugins/woocommerce-blocks/.github/CONTRIBUTING.md index d9bdcfab05a..d64902bb5c6 100644 --- a/plugins/woocommerce-blocks/.github/CONTRIBUTING.md +++ b/plugins/woocommerce-blocks/.github/CONTRIBUTING.md @@ -2,14 +2,14 @@ Thanks for your interest in contributing to WooCommerce Blocks! -If you wish to contribute code, to get started we recommend first reading our [Getting Started Guide](./docs/contributors/getting-started.md). +If you wish to contribute code, to get started we recommend first reading our [Getting Started Guide](../docs/contributors/getting-started.md). -All other documentation for contributors can be found [in the docs directory](./docs/readme.md). +All other documentation for contributors can be found [in the docs directory](../docs/readme.md). ## Guidelines -Like the WooCommerce project, we want to ensure a welcoming environment for everyone. With that in mind, all contributors are expected to follow our [Code of Conduct](./.github/CODE_OF_CONDUCT.md). +Like the WooCommerce project, we want to ensure a welcoming environment for everyone. With that in mind, all contributors are expected to follow our [Code of Conduct](./CODE_OF_CONDUCT.md). ## Reporting Security Issues -Please see [SECURITY.md](./.github/SECURITY.md). +Please see [SECURITY.md](./SECURITY.md).