From d3ff2252c4ff65f61441409ed61d8b3bc774c1cb Mon Sep 17 00:00:00 2001 From: Yuhao Yang Date: Mon, 18 Nov 2019 12:59:14 -0800 Subject: [PATCH] [doc] Fix link to getting involved --- doc/source/getting-involved.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting-involved.rst b/doc/source/getting-involved.rst index 04658ab17..3e86f4946 100644 --- a/doc/source/getting-involved.rst +++ b/doc/source/getting-involved.rst @@ -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 `__. +2. Make sure all existing tests `pass `__. 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