[docs] Fix dead links to cluster docs by making dashes slashes (#12260)

This commit is contained in:
Bart Broere
2020-11-23 12:52:36 -08:00
committed by GitHub
parent 4c4f189f97
commit ddd7a18cb9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ Run on a Cluster
----------------
This section assumes that you have a running Ray cluster. To start a Ray cluster,
please refer to the `cluster setup <cluster-index.html>`__ instructions.
please refer to the `cluster setup <cluster/index.html>`__ instructions.
To connect a scikit-learn to a running Ray cluster, you have to specify the address of the
head node by setting the ``RAY_ADDRESS`` environment variable.
+1 -1
View File
@@ -49,7 +49,7 @@ Run on a Cluster
----------------
This section assumes that you have a running Ray cluster. To start a Ray cluster,
please refer to the `cluster setup <cluster-index.html>`__ instructions.
please refer to the `cluster setup <cluster/index.html>`__ instructions.
To connect a ``Pool`` to a running Ray cluster, you can specify the address of the
head node in one of two ways:
+1 -1
View File
@@ -197,4 +197,4 @@ Note that there are some known issues with local mode. Please read :ref:`these t
What's next?
------------
Check out our `Deployment section <cluster-index.html>`_ for more information on deploying Ray in different settings, including Kubernetes, YARN, and SLURM.
Check out our `Deployment section <cluster/index.html>`_ for more information on deploying Ray in different settings, including Kubernetes, YARN, and SLURM.