mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 07:30:25 +08:00
fix link in doc (#3567)
This commit is contained in:
@@ -32,7 +32,7 @@ Example Use
|
||||
| results = [f() for i in range(4)] | results = ray.get([f.remote() for i in range(4)]) |
|
||||
+------------------------------------------------+----------------------------------------------------+
|
||||
|
||||
To launch a Ray cluster, either privately, on AWS, or on GCP, `follow these instructions <autoscaling.rst>`_.
|
||||
To launch a Ray cluster, either privately, on AWS, or on GCP, `follow these instructions <autoscaling.html>`_.
|
||||
|
||||
View the `codebase on GitHub`_.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user