mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
https in config/test strip, maybe no functional difference
This commit is contained in:
parent
472237f872
commit
8360759d87
2
Rakefile
2
Rakefile
@ -13,7 +13,7 @@ task :test do
|
|||||||
HTMLProofer.check_directory('./_site',
|
HTMLProofer.check_directory('./_site',
|
||||||
check_html: true,
|
check_html: true,
|
||||||
validation: { ignore_script_embeds: true },
|
validation: { ignore_script_embeds: true },
|
||||||
url_swap: { %r{http://choosealicense.com} => '' },
|
url_swap: { %r{https://choosealicense.com} => '' },
|
||||||
check_img_http: true).run
|
check_img_http: true).run
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ title: Choose a License
|
|||||||
description: Non-judgmental guidance on choosing a license for your open source project
|
description: Non-judgmental guidance on choosing a license for your open source project
|
||||||
relative_permalinks: false
|
relative_permalinks: false
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
url: "http://choosealicense.com"
|
url: "https://choosealicense.com"
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
licenses:
|
licenses:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user