diff --git a/docs/notebooks/Model_tides.ipynb b/docs/notebooks/Model_tides.ipynb index e45a37f..ec3f5d1 100644 --- a/docs/notebooks/Model_tides.ipynb +++ b/docs/notebooks/Model_tides.ipynb @@ -10,7 +10,7 @@ "This function allows you to model tide heights at multiple coordinates and/or timestep, using using one or more ocean tide models.\n", "\n", "The `model_tides` can be used independently of Earth observation (EO) data, e.g. for any application where you need to generate a time series of tide heights.\n", - "However, it also underpins the more complex EO-related functions demonstrated in [Combining tides with satellite data](Satellite_data.ipynb).\n", + "However, it also underpins the more complex EO-related functions demonstrated in [Combining tides with satellite data](../Satellite_data.ipynb).\n", "\n", "## Getting started\n", "As a first step, we need to tell `eo-tides` the location of our tide model directory (if you haven't set this up, [refer to the setup instructions here](../setup.md)).\n", @@ -1031,7 +1031,7 @@ "source": [ "## Next steps\n", "\n", - "Now that we have demonstrated how to model tides, we can learn how to [combine modelled tides with satellite data](Satellite_data.ipynb) for further analysis." + "Now that we have demonstrated how to model tides, we can learn how to [combine modelled tides with satellite data](../Satellite_data.ipynb) for further analysis." ] } ], diff --git a/docs/notebooks/Satellite_data.ipynb b/docs/notebooks/Satellite_data.ipynb index 14d788c..fa23551 100644 --- a/docs/notebooks/Satellite_data.ipynb +++ b/docs/notebooks/Satellite_data.ipynb @@ -1073,7 +1073,7 @@ "source": [ "## Next steps\n", "\n", - "Now that we have learnt to combine tide modelling with satellite data, we can learn how to [calculate statistics](Tide_statistics.ipynb) describing local tide dynamics, as well as biases caused by interactions between tidal processes and satellite orbits." + "Now that we have learnt to combine tide modelling with satellite data, we can learn how to [calculate statistics](../Tide_statistics.ipynb) describing local tide dynamics, as well as biases caused by interactions between tidal processes and satellite orbits." ] } ],