[doc] Fix link to getting involved

This commit is contained in:
Yuhao Yang
2019-11-18 12:59:14 -08:00
committed by Eric Liang
parent 8fc2272f43
commit d3ff2252c4
+1 -1
View File
@@ -31,7 +31,7 @@ There are a couple steps to merge a contribution.
git fetch upstream
git rebase upstream/master
2. Make sure all existing tests `pass <contrib.html#testing>`__.
2. Make sure all existing tests `pass <getting-involved.html#testing>`__.
3. If introducing a new feature or patching a bug, be sure to add new test cases
in the relevant file in `ray/python/ray/tests/`.
4. Document the code. Public functions need to be documented, and remember to provide an usage