From bd0b1488efd82e2d9c60ecf545808f8fc89aedc1 Mon Sep 17 00:00:00 2001 From: Noah Date: Mon, 17 Aug 2020 11:03:32 -0700 Subject: [PATCH] [docs] Fix launching clusters link (#10157) Not sure if this is the correct place to point, but better than a 404 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 17066c4a6..4073150c7 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. +Read more about `launching clusters `_. Tune Quick Start ----------------