File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
153153the :meth: `~pygmt.clib.Session.call_module ` method:
154154
155155.. autosummary ::
Original file line number Diff line number Diff line change 3636# configure links to GMT docs
3737extlinks = {
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
You can’t perform that action at this time.
0 commit comments