1
0
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:
Mike Linksvayer 2017-01-18 11:58:54 -08:00
parent 472237f872
commit 8360759d87
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: