From eab7fcaf3fb87b1cab9b6820261665b457a9b33c Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 13 Sep 2023 12:05:43 -0300 Subject: [PATCH] coastwatch multiple ERDDAP search is broken --- .../2021-10-19-multiple-erddap-search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterbook/content/code_gallery/data_access_notebooks/2021-10-19-multiple-erddap-search.ipynb b/jupyterbook/content/code_gallery/data_access_notebooks/2021-10-19-multiple-erddap-search.ipynb index bf223147..0e9b841b 100644 --- a/jupyterbook/content/code_gallery/data_access_notebooks/2021-10-19-multiple-erddap-search.ipynb +++ b/jupyterbook/content/code_gallery/data_access_notebooks/2021-10-19-multiple-erddap-search.ipynb @@ -49,7 +49,7 @@ "Created: 2021-10-19\n", "\n", "The latest erddapy module release (v1.2.0) added a multiple servers search similar to the web one implemented in\n", - "[https://coastwatch.pfeg.noaa.gov/erddap/download/SearchMultipleERDDAPs.html](https://coastwatch.pfeg.noaa.gov/erddap/download/SearchMultipleERDDAPs.html).\n", + "[https://mathewbiddle.github.io/search-erddaps](https://mathewbiddle.github.io/search-erddaps).\n", "The Python interface allow the user to mix powerful variable handling and visualization with the query results.\n", "\n", "Let us explore an example\n",