Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 572afe1

Browse files
Retribution98Ubuntu
authored and
Ubuntu
committedFeb 12, 2024·
fix img path
1 parent 7b20d89 commit 572afe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/getting_started/using_modin/using_modin_cluster/using_modin_ray_cluster.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local development and cluster execution. Users are not required to think about
1212
how many workers exist or how to distribute and partition their data;
1313
Modin handles all of this seamlessly and transparently.
1414

15-
.. image:: ../../examples/tutorial/jupyter/img/modin_cluster.png
15+
.. image:: ../../../img/modin_cluster.png
1616
:alt: Modin cluster
1717
:align: center
1818
:scale: 90%
@@ -111,7 +111,7 @@ Modin performance scales as the number of nodes and cores increases. The followi
111111
chart shows the performance of the read_csv operation with different number of nodes,
112112
with improvements in performance as we increase the number of resources Modin can use.
113113

114-
.. image:: ../../../examples/tutorial/jupyter/img/modin_cluster_perf.png
114+
.. image:: ../../../../examples/tutorial/jupyter/img/modin_cluster_perf.png
115115
:alt: Cluster Performance
116116
:align: center
117117
:scale: 90%

0 commit comments

Comments
 (0)
Please sign in to comment.