fix link in doc (#3567)

This commit is contained in:
YifengHuang 2018-12-18 16:10:55 +08:00 committed by Eric Liang
parent 854b06854f
commit bc4aa85ea3

View file

@ -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 <autoscaling.rst>`_.
To launch a Ray cluster, either privately, on AWS, or on GCP, `follow these instructions <autoscaling.html>`_.
View the `codebase on GitHub`_.