Skip to content

Commit 395e738

Browse files
authored
Fix the link to GMT documentation (#419)
1 parent c53541b commit 395e738

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Most calls to the C API happen through the :class:`pygmt.clib.Session` class.
149149

150150
clib.Session
151151

152-
`GMT modules <https://www.generic-mapping-tools.org/gmt/latest/quick_ref.html>`__ are executed through
152+
`GMT modules <https://docs.generic-mapping-tools.org/latest/modules.html>`__ are executed through
153153
the :meth:`~pygmt.clib.Session.call_module` method:
154154

155155
.. autosummary::

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
# configure links to GMT docs
3737
extlinks = {
3838
"gmt-docs": (
39-
"https://www.generic-mapping-tools.org/gmt/latest/%s",
40-
"https://www.generic-mapping-tools.org/gmt/latest/",
39+
"https://docs.generic-mapping-tools.org/latest/%s",
40+
"https://docs.generic-mapping-tools.org/latest/",
4141
)
4242
}
4343

0 commit comments

Comments
 (0)