From bc4aa85ea3c3b33f68595468008e90d8f6046639 Mon Sep 17 00:00:00 2001 From: YifengHuang Date: Tue, 18 Dec 2018 16:10:55 +0800 Subject: [PATCH] fix link in doc (#3567) --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`_.