diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27ed56d83ecb..a2469eef2668 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ # How to contribute We're excited for contributions to Great Expectations. If you see places where the code or documentation could be improved, please get involved! -You can learn more and get started in the [Contributor docs](https://docs.greatexpectations.io/en/latest/contributing.html). +You can learn more and get started in the [Contributor docs](https://docs.greatexpectations.io/docs/contributing/contributing). diff --git a/docs/contributing/contributing_setup.md b/docs/contributing/contributing_setup.md index af98f13626f4..c8f9b443dce7 100644 --- a/docs/contributing/contributing_setup.md +++ b/docs/contributing/contributing_setup.md @@ -152,7 +152,7 @@ Depending on which features of Great Expectations you want to work on, you may w #### Run tests to confirm that everything is working -* You can run all tests by running `pytest` in the great_expectations directory root. Please see [Testing](docs/contributing/contributing_test) for testing options and details. +* You can run all tests by running `pytest` in the great_expectations directory root. Please see [Testing](/docs/contributing/contributing_test) for testing options and details. #### Start coding! At this point, you have everything you need to start coding!