From 6c1bee7d89227c754b45dcb928e884bdf018134d Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Tue, 6 Apr 2021 08:55:40 -0400 Subject: [PATCH] Link to new blog --- docs/source/_static/js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_static/js/custom.js b/docs/source/_static/js/custom.js index f8cc2db044..3119aeb89b 100644 --- a/docs/source/_static/js/custom.js +++ b/docs/source/_static/js/custom.js @@ -62,7 +62,7 @@ function addIcon() { function addCustomFooter() { const customFooter = document.createElement("div"); const questionOrIssue = document.createElement("div"); - questionOrIssue.innerHTML = "Stuck? Read our Blog posts or Create an issue"; + questionOrIssue.innerHTML = "Stuck? Read our Blog posts or Create an issue"; customFooter.appendChild(questionOrIssue); customFooter.classList.add("footer");