summaryrefslogtreecommitdiff
path: root/INSTALL
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 /INSTALL
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 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
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.