Skip to content

Commit

Permalink
Try different link
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Oct 4, 2024
1 parent 0805e7a commit 57372b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/Model_tides.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/Satellite_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
}
],
Expand Down

0 comments on commit 57372b0

Please sign in to comment.