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 --- HACKING | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index aba2c545b..d2b816c63 100644 --- a/HACKING +++ b/HACKING @@ -24,7 +24,7 @@ Contact Various ways to get in touch with other cairo developers and maintainers have been enumerated at: - http://cairographics.org/contact/ + https://cairographics.org/contact/ Most of that information is also reflected in the following sections. @@ -35,7 +35,7 @@ Mailing Lists There are various mailing lists that are useful when developing cairo code. A complete list is always available at: - http://cairographics.org/lists/ + https://cairographics.org/lists/ It is recommended that cairo developers subscribe to all those lists. The cairo list by itself generates much more traffic than the others @@ -71,7 +71,7 @@ Version Control System We use /git/ for version control. See: - http://cairographics.org/download/ + https://cairographics.org/download/ For more information on using git, see: @@ -165,7 +165,7 @@ See doc/public/README for more information. For more documentation including frequently asked questions, tutorials, samples, roadmap, todo list, etc visit: - http://cairographics.org/documentation/ + https://cairographics.org/documentation/ Some of those should gradually be moved to doc/. -- cgit v1.2.1