diff --git a/doc/source/ray-more-libs/joblib.rst b/doc/source/ray-more-libs/joblib.rst index d41ed8aa4dabc..3d9e5d6f818cf 100644 --- a/doc/source/ray-more-libs/joblib.rst +++ b/doc/source/ray-more-libs/joblib.rst @@ -65,7 +65,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 `__ instructions. +see the :ref:`cluster setup ` 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. diff --git a/doc/source/ray-more-libs/multiprocessing.rst b/doc/source/ray-more-libs/multiprocessing.rst index 7d027b734fd96..d57c4db54e0a5 100644 --- a/doc/source/ray-more-libs/multiprocessing.rst +++ b/doc/source/ray-more-libs/multiprocessing.rst @@ -44,7 +44,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 `__ instructions. +see the :ref:`cluster setup ` instructions. To connect a ``Pool`` to a running Ray cluster, you can specify the address of the head node in one of two ways: