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).