From e771882a3c065cd956c01370623730865d3b6ae3 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Wed, 3 Sep 2025 20:26:42 +0200 Subject: Use https for mesonbuild.com Since http://mesonbuild.com redirects to https://mesonbuild.com anyway, use https directly in documentation. --- data/syntax-highlighting/vim/syntax/meson.vim | 4 ++-- docs/refman/templates/meson.vim.mustache | 4 ++-- man/meson.1 | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/syntax-highlighting/vim/syntax/meson.vim b/data/syntax-highlighting/vim/syntax/meson.vim index a1679e0d7..905e9fe64 100644 --- a/data/syntax-highlighting/vim/syntax/meson.vim +++ b/data/syntax-highlighting/vim/syntax/meson.vim @@ -27,7 +27,7 @@ endif let s:cpo_save = &cpo set cpo&vim -" http://mesonbuild.com/Syntax.html +" https://mesonbuild.com/Syntax.html syn keyword mesonConditional elif else if endif syn keyword mesonRepeat foreach endforeach syn keyword mesonOperator and not or in @@ -54,7 +54,7 @@ syn match mesonEscape "\\N{\a\+\%(\s\a\+\)*}" contained syn match mesonEscape "\\$" " Meson only supports integer numbers -" http://mesonbuild.com/Syntax.html#numbers +" https://mesonbuild.com/Syntax.html#numbers syn match mesonNumber "\<\d\+\>" syn match mesonNumber "\<0x\x\+\>" syn match mesonNumber "\<0o\o\+\>" diff --git a/docs/refman/templates/meson.vim.mustache b/docs/refman/templates/meson.vim.mustache index d8f009ee9..a0c051382 100644 --- a/docs/refman/templates/meson.vim.mustache +++ b/docs/refman/templates/meson.vim.mustache @@ -27,7 +27,7 @@ endif let s:cpo_save = &cpo set cpo&vim -" http://mesonbuild.com/Syntax.html +" https://mesonbuild.com/Syntax.html syn keyword mesonConditional elif else if endif syn keyword mesonRepeat foreach endforeach syn keyword mesonOperator and not or in @@ -54,7 +54,7 @@ syn match mesonEscape "\\N{\a\+\%(\s\a\+\)*}" contained syn match mesonEscape "\\$" " Meson only supports integer numbers -" http://mesonbuild.com/Syntax.html#numbers +" https://mesonbuild.com/Syntax.html#numbers syn match mesonNumber "\<\d\+\>" syn match mesonNumber "\<0x\x\+\>" syn match mesonNumber "\<0o\o\+\>" diff --git a/man/meson.1 b/man/meson.1 index ef3fb7b7c..2a96c94f3 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -679,6 +679,6 @@ could not rebuild the required targets. .SH SEE ALSO -http://mesonbuild.com/ +https://mesonbuild.com/ https://wrapdb.mesonbuild.com/ -- cgit v1.2.3