Update url of schema website (#296)

Merge pull request 296
This commit is contained in:
mindl3ss 2018-05-23 17:33:06 +02:00 committed by jekyllbot
parent b363225849
commit a50f80be47
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ module Jekyll
def fallback_data
{
"@context" => "http://schema.org",
"@context" => "https://schema.org",
}
end

View File

@ -35,7 +35,7 @@ RSpec.describe Jekyll::SeoTag::JSONLDDrop do
it "returns the context" do
expect(subject).to have_key("@context")
expect(subject["@context"]).to eql("http://schema.org")
expect(subject["@context"]).to eql("https://schema.org")
end
it "returns the type" do