summaryrefslogtreecommitdiff
path: root/src/smooth
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-12-25 22:44:05 +0100
committerWerner Lemberg <wl@gnu.org>2018-12-25 22:44:05 +0100
commitafa043de9cf2329ce697714a1e7eadba3055dead (patch)
treef92a3cce9176629ba7880aafe6f5dd162f9ce75d /src/smooth
parent5e02965905e64e543a92d8d29fba32c86b350104 (diff)
downloadfreetype2-afa043de9cf2329ce697714a1e7eadba3055dead.tar.gz
Fix links (mostly http -> https).
Diffstat (limited to 'src/smooth')
-rw-r--r--src/smooth/ftgrays.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c
index 871e98136..7029e590a 100644
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -48,7 +48,7 @@
* coverage of the outline on each pixel cell.
*
* It is based on ideas that I initially found in Raph Levien's
- * excellent LibArt graphics library (see http://www.levien.com/libart
+ * excellent LibArt graphics library (see https://www.levien.com/libart
* for more information, though the web pages do not tell anything
* about the renderer; you'll have to dive into the source code to
* understand how it works).