From 6a162995ae16d69aae6fb5a42b2459628668532f Mon Sep 17 00:00:00 2001 From: Sumit Jha <7sumitjha@gmail.com> Date: Sat, 16 Dec 2023 11:23:57 +0000 Subject: [PATCH] Fix broken links in the getting started guide --- docs/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index bf09df2b9..2c3c216b2 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -387,5 +387,5 @@ on a ``Dataset`` should work regardless of the underlying array backend. See `Parallel computing with Dask in Xarray `_ for more examples and information, as well as the Dask tutorials on -`delayed array execution `_ and -`lazy execution in Dask graphs `_. +`delayed array execution `_ and +`lazy execution in Dask graphs `_.