Skip to content

Commit 54be5a5

Browse files
discdivercdkini
andauthored
DOCS Fix broken link to Contributor docs (great-expectations#3295)
* DOCS Fix broken link to Contributor docs * Fix another broken link by adding a leading / Co-authored-by: Chetan Kini <[email protected]>
1 parent 405b12e commit 54be5a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# How to contribute
22
We're excited for contributions to Great Expectations. If you see places where the code or documentation could be improved, please get involved!
33

4-
You can learn more and get started in the [Contributor docs](https://docs.greatexpectations.io/en/latest/contributing.html).
4+
You can learn more and get started in the [Contributor docs](https://docs.greatexpectations.io/docs/contributing/contributing).

docs/contributing/contributing_setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Depending on which features of Great Expectations you want to work on, you may w
152152

153153
#### Run tests to confirm that everything is working
154154

155-
* 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.
155+
* 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.
156156

157157
#### Start coding!
158158
At this point, you have everything you need to start coding!

0 commit comments

Comments
 (0)