Skip to content

Commit

Permalink
Update url of schema website (#296)
Browse files Browse the repository at this point in the history
Merge pull request 296
  • Loading branch information
alokpant authored and jekyllbot committed May 23, 2018
1 parent b363225 commit a50f80b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/jekyll-seo-tag/json_ld_drop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def initialize(page_drop)

def fallback_data
{
"@context" => "http://schema.org",
"@context" => "https://schema.org",
}
end

Expand Down
2 changes: 1 addition & 1 deletion spec/jekyll_seo_tag/json_ld_drop_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

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
Expand Down

0 comments on commit a50f80b

Please sign in to comment.