summaryrefslogtreecommitdiff
path: root/src/xfaces.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfaces.c')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index c3cae7e2a68..946401b9e99 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -4177,7 +4177,7 @@ color_distance (Emacs_Color *x, Emacs_Color *y)
algorithm: it does not have a range of colors where it suddenly
gives far from optimal results.
- See <http://www.compuphase.com/cmetric.htm> for more info. */
+ See <https://www.compuphase.com/cmetric.htm> for more info. */
long r = (x->red - y->red) >> 8;
long g = (x->green - y->green) >> 8;