Skip to content

Commit cc44040

Browse files
authored
Fix a broken link in documentation and exclude an invalid link (#1811)
1 parent 9b1d516 commit cc44040

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/check-links.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
--exclude "^file://"
4242
--exclude "^https://docs.generic-mapping-tools.org/latest/%s$"
4343
--exclude "^https://docs.generic-mapping-tools.org/latest/%3Cmodule-name%3E.html$"
44+
--exclude "^https://www.generic-mapping-tools.org/remote-datasets/%s$"
4445
--exclude "https://hackmd.io/@pygmt"
4546
--verbose
4647
"repository/**/*.rst"

pygmt/datasets/earth_age.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def load_earth_age(resolution="01d", region=None, registration=None):
2626
registration type (**p** for pixel registration or **g** for gridline
2727
registration).
2828
29-
Refer to :gmt-datasets:`earth_age.html` for more details.
29+
Refer to :gmt-datasets:`earth-age.html` for more details.
3030
3131
Parameters
3232
----------

0 commit comments

Comments
 (0)