[Doc] Fix bad links of dask and mars in ray-libraries.rst (#22210)

This commit is contained in:
Guyang Song 2022-02-08 19:02:49 +08:00 committed by GitHub
parent 0f2a2224c2
commit 9f77090c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ Dask |dask|
Dask provides advanced parallelism for analytics, enabling performance at scale for the tools you love. Dask uses existing Python APIs and data structures to make it easy to switch between Numpy, Pandas, Scikit-learn to their Dask-powered equivalents.
[`Link to integration <dask-on-ray.html>`__]
[`Link to integration <../data/dask-on-ray.html>`__]
Flambe |flambe|
---------------
@ -81,7 +81,7 @@ MARS |mars|
Mars is a tensor-based unified framework for large-scale data computation which scales Numpy, Pandas and Scikit-learn. Mars can scale in to a single machine, and scale out to a cluster with thousands of machines.
[`Link to integration <mars-on-ray.html>`__]
[`Link to integration <../data/mars-on-ray.html>`__]
Modin |modin|
-------------