Skip to content

Commit 0e4c7eb

Browse files
authored
Update the link for cpt-city (#4389)
1 parent 57f9c6d commit 0e4c7eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygmt/src/grd2cpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def grd2cpt(
6666
*z*-value, the foreground color (F) assigned to values higher than the
6767
highest *z*-value, and the NaN color (N) painted wherever values are
6868
undefined. For color tables beyond the standard GMT offerings, visit
69-
`cpt-city <http://www.seaviewsensing.com/pub/cpt-city/>`_ and
69+
`cpt-city <https://phillips.shef.ac.uk/pub/cpt-city/>`_ and
7070
`Scientific Colour-Maps <https://www.fabiocrameri.ch/colourmaps.php>`_.
7171
7272
If the master CPT includes B, F, and N entries, these will be copied into

pygmt/src/makecpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def makecpt(
4949
CPT based on an existing master (dynamic) CPT. The resulting CPT can be
5050
reversed relative to the master cpt, and can be made continuous or
5151
discrete. For color tables beyond the standard GMT offerings, visit
52-
`cpt-city <http://www.seaviewsensing.com/pub/cpt-city/>`_ and
52+
`cpt-city <https://phillips.shef.ac.uk/pub/cpt-city/>`_ and
5353
`Scientific Colour-Maps <https://www.fabiocrameri.ch/colourmaps.php>`_.
5454
5555
The CPT includes three additional colors beyond the range of z-values.

0 commit comments

Comments
 (0)