diff options
author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-02 22:17:24 -0400 |
---|---|---|
committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-03 16:20:53 -0400 |
commit | 40d7704cd5d639bb7e7149425501c31254a85f0f (patch) | |
tree | b6514ebdf61991c2b386e1d6030a258a8a04dd62 /docs/markdown/howtox.md | |
parent | ac74b76c33bc7e649df013027b202329eb385bbf (diff) | |
download | meson-40d7704cd5d639bb7e7149425501c31254a85f0f.zip meson-40d7704cd5d639bb7e7149425501c31254a85f0f.tar.gz meson-40d7704cd5d639bb7e7149425501c31254a85f0f.tar.bz2 |
doc: Use https links wherever possible.
Diffstat (limited to 'docs/markdown/howtox.md')
-rw-r--r-- | docs/markdown/howtox.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index 2c72e28..2e43276 100644 --- a/docs/markdown/howtox.md +++ b/docs/markdown/howtox.md @@ -103,7 +103,7 @@ This causes all subsequent builds to use this command line argument. ## Use address sanitizer -Clang comes with a selection of analysis tools such as the [address sanitizer](http://clang.llvm.org/docs/AddressSanitizer.html). Meson has native support for these with the `b_sanitize` option. +Clang comes with a selection of analysis tools such as the [address sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html). Meson has native support for these with the `b_sanitize` option. ```console $ meson <other options> -Db_sanitize=address |