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/Wrap-dependency-system-manual.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/Wrap-dependency-system-manual.md')
-rw-r--r-- | docs/markdown/Wrap-dependency-system-manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md index e8abbf0..fe5a566 100644 --- a/docs/markdown/Wrap-dependency-system-manual.md +++ b/docs/markdown/Wrap-dependency-system-manual.md @@ -16,7 +16,7 @@ To use this kind of a project as a dependency you could just copy and extract it [wrap-file] directory = libfoobar-1.0 -source_url = http://example.com/foobar-1.0.tar.gz +source_url = https://example.com/foobar-1.0.tar.gz source_filename = foobar-1.0.tar.gz source_hash = 5ebeea0dfb75d090ea0e7ff84799b2a7a1550db3fe61eb5f6f61c2e971e57663 ``` @@ -29,7 +29,7 @@ Unfortunately most software projects in the world do not build with Meson. Becau [wrap-file] directory = libfoobar-1.0 -source_url = http://upstream.example.com/foobar-1.0.tar.gz +source_url = https://upstream.example.com/foobar-1.0.tar.gz source_filename = foobar-1.0.tar.gz source_hash = 5ebeea0dfb75d090ea0e7ff84799b2a7a1550db3fe61eb5f6f61c2e971e57663 |