Skip to content

Commit

Permalink
DOCS Fix broken link to Contributor docs (great-expectations#3295)
Browse files Browse the repository at this point in the history
* DOCS Fix broken link to Contributor docs

* Fix another broken link by adding a leading /

Co-authored-by: Chetan Kini <[email protected]>
  • Loading branch information
discdiver and cdkini authored Aug 23, 2021
1 parent 405b12e commit 54be5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion docs/contributing/contributing_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 54be5a5

Please sign in to comment.