mirror of
https://github.com/wassname/ray.git
synced 2026-08-05 13:21:03 +08:00
[docs] Fix dead links to cluster docs by making dashes slashes (#12260)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user