From 4730950492a77c8aa4030b5e503eae6d072ba75d Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 12 May 2025 09:02:06 +0200 Subject: [PATCH] examples : update link to Paul Tol's color scheme [no ci] (#3140) This commit updates the link to Paul Tol's color scheme in the `examples/common.h` file. The previous link was outdated and pointed to a non-existent page. --- examples/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common.h b/examples/common.h index f6bf0a9e..1aa76381 100644 --- a/examples/common.h +++ b/examples/common.h @@ -283,7 +283,7 @@ static std::string set_xterm256_foreground(int r, int g, int b) { } // Lowest is red, middle is yellow, highest is green. Color scheme from -// Paul Tol; it is colorblind friendly https://personal.sron.nl/~pault/ +// Paul Tol; it is colorblind friendly https://sronpersonalpages.nl/~pault const std::vector k_colors = { set_xterm256_foreground(220, 5, 12), set_xterm256_foreground(232, 96, 28),