diff --git a/README.rst b/README.rst index 9281b8e5f20d9..b7e388556ddc1 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Ray runs on any machine, cluster, cloud provider, and Kubernetes, and features a `ecosystem of community integrations`_. Install Ray with: ``pip install ray``. For nightly wheels, see the -`Installation page `__. +`Installation page `__. .. _`Serve`: https://docs.ray.io/en/latest/serve/index.html .. _`Data`: https://docs.ray.io/en/latest/data/dataset.html diff --git a/python/ray/data/dataset.py b/python/ray/data/dataset.py index 54ee2b6d62c49..771666e6e5359 100644 --- a/python/ray/data/dataset.py +++ b/python/ray/data/dataset.py @@ -4896,7 +4896,7 @@ def __iter__(self): raise TypeError( "`Dataset` objects aren't iterable. To iterate records, call " "`ds.iter_rows()` or `ds.iter_batches()`. For more information, read " - "https://docs.ray.io/en/latest/data/consuming-datasets.html." + "https://docs.ray.io/en/latest/data/iterating-over-data.html." ) def _block_num_rows(self) -> List[int]: