Skip to content

Commit 4730950

Browse files
authored
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.
1 parent 9dd9685 commit 4730950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ static std::string set_xterm256_foreground(int r, int g, int b) {
283283
}
284284

285285
// Lowest is red, middle is yellow, highest is green. Color scheme from
286-
// Paul Tol; it is colorblind friendly https://personal.sron.nl/~pault/
286+
// Paul Tol; it is colorblind friendly https://sronpersonalpages.nl/~pault
287287
const std::vector<std::string> k_colors = {
288288
set_xterm256_foreground(220, 5, 12),
289289
set_xterm256_foreground(232, 96, 28),

0 commit comments

Comments
 (0)