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),