From 5200f2322110d7eeb271b2cf9c2b426a97f11b56 Mon Sep 17 00:00:00 2001 From: Baoshuo Ren Date: Thu, 28 Apr 2022 20:06:46 +0800 Subject: [PATCH] chore: remove git.io (#462) Merge pull request 462 --- lib/jekyll-seo-tag.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll-seo-tag.rb b/lib/jekyll-seo-tag.rb index 2edafd7..a7f69a0 100644 --- a/lib/jekyll-seo-tag.rb +++ b/lib/jekyll-seo-tag.rb @@ -46,7 +46,7 @@ module Jekyll end def payload - # site_payload is an instance of UnifiedPayloadDrop. See https://git.io/v5ajm + # site_payload is an instance of UnifiedPayloadDrop. See https://github.com/jekyll/jekyll/blob/22f2724a1f117a94cc16d18c499a93d5915ede4f/lib/jekyll/site.rb#L261-L276 context.registers[:site].site_payload.tap do |site_payload| site_payload["page"] = context.registers[:page] site_payload["paginator"] = context["paginator"]