From 15ad6ca3e1ae2f34da4de1c81ac085031e1de8d1 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 16 Oct 2018 12:02:48 +0200 Subject: Use HTTPS URLs for cairographics.org domains Run the command below suggested by geirha in ##sed@irc.freenode.net. git grep -l 'http://.*cairographics.org' | xargs sed -i 's|http\(://\([[:alnum:].-]*\.\)\{0,1\}cairographics\.org\)|https\1|g' Signed-off-by: Paul Menzel --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 9db68dee2..f25f8f34d 100644 --- a/INSTALL +++ b/INSTALL @@ -140,11 +140,11 @@ itself), then you're in the right place and should read on. However, if you don't need such a bleeding-edge version of cairo, then you might prefer to start by building the latest stable cairo release: - http://cairographics.org/releases + https://cairographics.org/releases or perhaps the latest (unstable) development snapshot: - http://cairographics.org/snapshots + https://cairographics.org/snapshots There you'll find nicely packaged tar files that include a configure script so you can go back the the simpler instructions above. -- cgit v1.2.1