diff --git a/doc/source/index.rst b/doc/source/index.rst index 40f9283f4..1bdf03743 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -32,7 +32,7 @@ Example Use | results = [f() for i in range(4)] | results = ray.get([f.remote() for i in range(4)]) | +------------------------------------------------+----------------------------------------------------+ -To launch a Ray cluster, either privately, on AWS, or on GCP, `follow these instructions `_. +To launch a Ray cluster, either privately, on AWS, or on GCP, `follow these instructions `_. View the `codebase on GitHub`_.