[docs] Fix launching clusters link (#10157)

Not sure if this is the correct place to point, but better than a 404
This commit is contained in:
Noah
2020-08-17 11:03:32 -07:00
committed by GitHub
parent a079f46c25
commit bd0b1488ef
+1 -1
View File
@@ -66,7 +66,7 @@ Ray programs can run on a single machine, and can also seamlessly scale to large
``ray submit [CLUSTER.YAML] example.py --start``
Read more about `launching clusters <https://docs.ray.io/en/latest/autoscaling.html>`_.
Read more about `launching clusters <https://docs.ray.io/en/latest/cluster/index.html>`_.
Tune Quick Start
----------------