[Doc] Fix Core Link (#11438)

Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Richard Liaw
2020-10-16 10:10:56 -07:00
committed by GitHub
parent 2f3ec4ef75
commit 7d1015d23e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ Where to go next?
=================
Visit the `Walkthrough <walkthrough.html>`_ page a more comprehensive overview of Ray features.
Visit the :ref:`Walkthrough <core-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 <https://github.com/ray-project/ray/blob/master/python/ray/autoscaler/aws/example-full.yaml>`__, and run:
+2
View File
@@ -1,3 +1,5 @@
.. _core-walkthrough:
Ray Core Walkthrough
====================