diff --git a/_config.yml b/_config.yml index f4b6bdb..4bac5c1 100644 --- a/_config.yml +++ b/_config.yml @@ -27,6 +27,7 @@ parse: sphinx: config: + linkcheck_ignore: ["https://www.ncdc.noaa.gov/cdo-web/*"] # don't run link checker on NOAA CDO search link html_favicon: notebooks/images/icons/favicon.ico html_last_updated_fmt: "%-d %B %Y" html_theme: sphinx_pythia_theme diff --git a/notebooks/03-dask-xarray.ipynb b/notebooks/03-dask-xarray.ipynb index b049ddf..c07a7ea 100644 --- a/notebooks/03-dask-xarray.ipynb +++ b/notebooks/03-dask-xarray.ipynb @@ -952,7 +952,7 @@ "* [Dask Code](https://github.com/dask/dask/)\n", "* [Dask Blog](https://blog.dask.org/)\n", "* [Xarray Docs](https://xarray.pydata.org/)\n", - "* [Xarray + Dask docs](https://docs.xarray.dev/en/stable/user-guide/dask.html), particularly the [optimization tips](https://docs.xarray.dev/en/stable/user-guide/dask.html#optimization-tips)\n", + "* [Xarray + Dask docs](https://docs.xarray.dev/en/stable/user-guide/dask.html), particularly the [best practices](https://docs.xarray.dev/en/stable/user-guide/dask.html#best-practices)\n", "* [Xarray Tutorial material](https://tutorial.xarray.dev/intro.html)\n", " \n", "\n",