Skip to content

Commit e771882

Browse files
stoeckmannjpakkane
authored andcommitted
Use https for mesonbuild.com
Since http://mesonbuild.com redirects to https://mesonbuild.com anyway, use https directly in documentation.
1 parent 91ed5e9 commit e771882

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

data/syntax-highlighting/vim/syntax/meson.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif
2727
let s:cpo_save = &cpo
2828
set cpo&vim
2929

30-
" http://mesonbuild.com/Syntax.html
30+
" https://mesonbuild.com/Syntax.html
3131
syn keyword mesonConditional elif else if endif
3232
syn keyword mesonRepeat foreach endforeach
3333
syn keyword mesonOperator and not or in
@@ -54,7 +54,7 @@ syn match mesonEscape "\\N{\a\+\%(\s\a\+\)*}" contained
5454
syn match mesonEscape "\\$"
5555

5656
" Meson only supports integer numbers
57-
" http://mesonbuild.com/Syntax.html#numbers
57+
" https://mesonbuild.com/Syntax.html#numbers
5858
syn match mesonNumber "\<\d\+\>"
5959
syn match mesonNumber "\<0x\x\+\>"
6060
syn match mesonNumber "\<0o\o\+\>"

docs/refman/templates/meson.vim.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif
2727
let s:cpo_save = &cpo
2828
set cpo&vim
2929

30-
" http://mesonbuild.com/Syntax.html
30+
" https://mesonbuild.com/Syntax.html
3131
syn keyword mesonConditional elif else if endif
3232
syn keyword mesonRepeat foreach endforeach
3333
syn keyword mesonOperator and not or in
@@ -54,7 +54,7 @@ syn match mesonEscape "\\N{\a\+\%(\s\a\+\)*}" contained
5454
syn match mesonEscape "\\$"
5555

5656
" Meson only supports integer numbers
57-
" http://mesonbuild.com/Syntax.html#numbers
57+
" https://mesonbuild.com/Syntax.html#numbers
5858
syn match mesonNumber "\<\d\+\>"
5959
syn match mesonNumber "\<0x\x\+\>"
6060
syn match mesonNumber "\<0o\o\+\>"

man/meson.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,6 @@ could not rebuild the required targets.
679679

680680
.SH SEE ALSO
681681

682-
http://mesonbuild.com/
682+
https://mesonbuild.com/
683683

684684
https://wrapdb.mesonbuild.com/

0 commit comments

Comments
 (0)