mirror of
https://github.com/github/choosealicense.com
synced 2024-12-21 20:30:10 +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',
|
||||
check_html: true,
|
||||
validation: { ignore_script_embeds: true },
|
||||
url_swap: { %r{http://choosealicense.com} => '' },
|
||||
url_swap: { %r{https://choosealicense.com} => '' },
|
||||
check_img_http: true).run
|
||||
end
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Choose a License
|
||||
description: Non-judgmental guidance on choosing a license for your open source project
|
||||
relative_permalinks: false
|
||||
markdown: kramdown
|
||||
url: "http://choosealicense.com"
|
||||
url: "https://choosealicense.com"
|
||||
|
||||
collections:
|
||||
licenses:
|
||||
|
Loading…
x
Reference in New Issue
Block a user