From 40d7704cd5d639bb7e7149425501c31254a85f0f Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 2 May 2017 22:17:24 -0400 Subject: doc: Use https links wherever possible. --- docs/markdown/Feature-autodetection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Feature-autodetection.md') diff --git a/docs/markdown/Feature-autodetection.md b/docs/markdown/Feature-autodetection.md index 5a57ec0..65318ec 100644 --- a/docs/markdown/Feature-autodetection.md +++ b/docs/markdown/Feature-autodetection.md @@ -9,7 +9,7 @@ Meson is designed for high productivity. It tries to do as many things automatic CCache -- -[CCache](http://ccache.samba.org/) is a cache system designed to make compiling faster. When you run Meson for the first time for a given project, it checks if CCache is installed. If it is, Meson will use it automatically. +[CCache](https://ccache.samba.org/) is a cache system designed to make compiling faster. When you run Meson for the first time for a given project, it checks if CCache is installed. If it is, Meson will use it automatically. If you do not wish to use CCache for some reason, just specify your compiler with environment variables `CC` and/or `CXX` when first running Meson (remember that once specified the compiler can not be changed). Meson will then use the specified compiler without CCache. -- cgit v1.1