diff options
| author | Tobias Stoeckmann <tobias@stoeckmann.org> | 2025-09-03 20:26:42 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-09-03 22:44:54 +0300 |
| commit | e771882a3c065cd956c01370623730865d3b6ae3 (patch) | |
| tree | 86150368a6acfb258d1fc37c560c23b6938315ad | |
| parent | 91ed5e92a9edd4d27ac1ae95528dc44a32aaa8ee (diff) | |
| download | meson-e771882a3c065cd956c01370623730865d3b6ae3.tar.gz | |
Use https for mesonbuild.com
Since http://mesonbuild.com redirects to https://mesonbuild.com anyway,
use https directly in documentation.
| -rw-r--r-- | data/syntax-highlighting/vim/syntax/meson.vim | 4 | ||||
| -rw-r--r-- | docs/refman/templates/meson.vim.mustache | 4 | ||||
| -rw-r--r-- | 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/ |
