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/Quick-guide.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/Quick-guide.md')
-rw-r--r-- | docs/markdown/Quick-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Quick-guide.md b/docs/markdown/Quick-guide.md index 600120e..5feccbc 100644 --- a/docs/markdown/Quick-guide.md +++ b/docs/markdown/Quick-guide.md @@ -12,7 +12,7 @@ Requirements Meson has two main dependencies. -* [Python 3](http://python.org) +* [Python 3](https://python.org) * [Ninja](https://github.com/ninja-build/ninja/) Ninja is only needed if you use the Ninja backend. Meson can also generate native VS and XCode project files. |