From dc80eac1c52f2449dcc3d192fb3e6f480f70894b Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 5 Sep 2023 12:19:27 -0300 Subject: [PATCH] fix last two 8080 port --- .../data_access_notebooks/2017-11-30-rerddap.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterbook/content/code_gallery/data_access_notebooks/2017-11-30-rerddap.ipynb b/jupyterbook/content/code_gallery/data_access_notebooks/2017-11-30-rerddap.ipynb index 99a6ccd5..38653591 100644 --- a/jupyterbook/content/code_gallery/data_access_notebooks/2017-11-30-rerddap.ipynb +++ b/jupyterbook/content/code_gallery/data_access_notebooks/2017-11-30-rerddap.ipynb @@ -354,7 +354,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We can navigate to ERDDAP's [info page](http://gcoos4.tamu.edu:8080/erddap/info/fk_CREMP_yearly_revisited_DATA_v3_1996/index.html) to find the variables description. Let's check what is `organismQuantity`:\n", + "We can navigate to ERDDAP's [info page](https://gcoos4.tamu.edu/erddap/info/fk_CREMP_yearly_revisited_DATA_v3_1996/index.html) to find the variables description. Let's check what is `organismQuantity`:\n", "\n", "```\n", "The is value of the derived information product, such as the numerical value for biomass. This term does not include units. Mean number of observed fish per species for 5 Minutes\n", @@ -846,7 +846,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "`rerddap`'s info request does not have enough metadata about the variables to explain the blank, and most abundant, `genus`. [Checking the sever](http://gcoos4.tamu.edu:8080/erddap/tabledap/fk_CREMP_yearly_revisited_DATA_v3_1996.html) did not help figure that out. We'll remove that for now to deal with only those that are identified." + "`rerddap`'s info request does not have enough metadata about the variables to explain the blank, and most abundant, `genus`. [Checking the sever](https://gcoos4.tamu.edu/erddap/tabledap/fk_CREMP_yearly_revisited_DATA_v3_1996.html) did not help figure that out. We'll remove that for now to deal with only those that are identified." ] }, {