diff --git a/doc/source/ray-overview/index.rst b/doc/source/ray-overview/index.rst index e200f392a..4ddf4fd98 100644 --- a/doc/source/ray-overview/index.rst +++ b/doc/source/ray-overview/index.rst @@ -236,7 +236,7 @@ Where to go next? ================= -Visit the `Walkthrough `_ page a more comprehensive overview of Ray features. +Visit the :ref:`Walkthrough ` page a more comprehensive overview of Ray features. Ray programs can run on a single machine, and can also seamlessly scale to large clusters. To execute the above Ray script in the cloud, just download `this configuration file `__, and run: diff --git a/doc/source/walkthrough.rst b/doc/source/walkthrough.rst index cc9e002f5..b9202be9c 100644 --- a/doc/source/walkthrough.rst +++ b/doc/source/walkthrough.rst @@ -1,3 +1,5 @@ +.. _core-walkthrough: + Ray Core Walkthrough ====================