From 5ae3a7e3910c5e663fd0d9b55d6e25b49ab9d224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= <94163266+yvonnefroehlich@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:09:52 +0200 Subject: [PATCH] Update link to the cpt-city recourses (#8588) --- README.md | 4 ++-- src/gmt_support.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7956fcba86f..e559c06ea37 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ GMT uses (or can access) raster data derived from these sources: GMT provides several color maps from these sources: -- [SCM (Scientific Color Maps)](http://www.fabiocrameri.ch/visualisation.php) +- [SCM (Scientific Color Maps)](https://www.fabiocrameri.ch/visualisation.php) - [cmocean](https://github.com/kthyng/cmocean-gmt) -- [cpt-city](http://soliton.vm.bytemark.co.uk/pub/cpt-city/views/totp-cpt.html) +- [cpt-city](http://www.seaviewsensing.com/pub/cpt-city/) - [google](https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html) - [matlab](https://www.mathworks.com/help/matlab/colors-1.html) - [matplotlib](https://matplotlib.org/stable/tutorials/colors/colormaps.html) diff --git a/src/gmt_support.c b/src/gmt_support.c index c13ef35ec82..52e0eba7d90 100644 --- a/src/gmt_support.c +++ b/src/gmt_support.c @@ -8188,7 +8188,7 @@ int gmt_list_cpt (struct GMT_CTRL *GMT, char option) { GMT_Usage (API, -19, "%s", &c[2]); } gmt_message (GMT, " %s\n", divider); - GMT_Usage (API, 2, "[For more, visit soliton.vm.bytemark.co.uk/pub/cpt-city and www.fabiocrameri.ch/visualisation.php]. " + GMT_Usage (API, 2, "[For more, visit www.seaviewsensing.com/pub/cpt-city and www.fabiocrameri.ch/visualisation.php]. " "Alternatively, specify -Ccolor1,color2[,color3,...] to build a linear " "continuous CPT from those colors automatically.");