aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Feature-autodetection.md
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-02 22:17:24 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-03 16:20:53 -0400
commit40d7704cd5d639bb7e7149425501c31254a85f0f (patch)
treeb6514ebdf61991c2b386e1d6030a258a8a04dd62 /docs/markdown/Feature-autodetection.md
parentac74b76c33bc7e649df013027b202329eb385bbf (diff)
downloadmeson-40d7704cd5d639bb7e7149425501c31254a85f0f.zip
meson-40d7704cd5d639bb7e7149425501c31254a85f0f.tar.gz
meson-40d7704cd5d639bb7e7149425501c31254a85f0f.tar.bz2
doc: Use https links wherever possible.
Diffstat (limited to 'docs/markdown/Feature-autodetection.md')
-rw-r--r--docs/markdown/Feature-autodetection.md2
1 files changed, 1 insertions, 1 deletions
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.