diff --git a/doc/source/index.rst b/doc/source/index.rst index 1fb8361ec..7580c079e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -119,9 +119,9 @@ Ray provides Python, Java, and *EXPERIMENTAL* C++ API. And Ray uses Tasks (funct | - Build ray from source with *bazel* as shown `here `__. | - Run `"cd ray/cpp"`. | - Run `"cp dev_BUILD.bazel BUILD.bazel"`. - | - Modify `src/ray/example.cc`. + | - Modify `src/ray/example/example.cc`. | - Run `"ray stop"`. - | - Run `"bazel build //cpp:example"`. + | - Run `"bazel build //cpp:all"`. | - Run `"bazel run //cpp:example"`. .. literalinclude:: ../../cpp/src/ray/example/example.cc