From f8caf86f84bd9ec123b9ea8d248c4c3ee097ae3c Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 4 Jul 2020 16:10:33 -0700 Subject: [PATCH] [skip ci] Fix contributing guidelines link on tests readme Linked to the Markdown file rather than the documentation site page so the link will always point to the matching docs. --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 25a2201d995..53f798c3ffc 100644 --- a/test/README.md +++ b/test/README.md @@ -34,4 +34,4 @@ To run very specific test functions: pytest test_lib.py::test_list ``` -[0]: ../CONTRIBUTING.md +[0]: ../docs/CONTRIBUTING.md