From: Daniel Bevenius Date: Mon, 12 May 2025 07:02:06 +0000 (+0200) Subject: examples : update link to Paul Tol's color scheme [no ci] (whisper/3140) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4276fbd51f71efa0dd123e371abc66b81519c9ea;p=pkg%2Fggml%2Fsources%2Fggml examples : update link to Paul Tol's color scheme [no ci] (whisper/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. --- 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),