summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel+cairo@molgen.mpg.de>2018-10-16 12:02:48 +0200
committerBryce Harrington <bryce@bryceharrington.org>2018-10-16 10:03:01 -0700
commit15ad6ca3e1ae2f34da4de1c81ac085031e1de8d1 (patch)
tree06697538c724479a0c722d118e4d4570642ba4ab /HACKING
parentbf597b89288b6271f56031d5a20bfaf59f146d4c (diff)
downloadcairo-15ad6ca3e1ae2f34da4de1c81ac085031e1de8d1.tar.gz
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 <pmenzel@molgen.mpg.de>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 4 insertions, 4 deletions
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/.