Skip to content

Commit 6c1bee7

Browse files
committed
Link to new blog
1 parent f7328de commit 6c1bee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_static/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function addIcon() {
6262
function addCustomFooter() {
6363
const customFooter = document.createElement("div");
6464
const questionOrIssue = document.createElement("div");
65-
questionOrIssue.innerHTML = "Stuck? Read our <a href='https://medium.com/huggingface'>Blog posts</a> or <a href='https://github.com/huggingface/transformers'>Create an issue</a>";
65+
questionOrIssue.innerHTML = "Stuck? Read our <a href='https://huggingface.co/blog'>Blog posts</a> or <a href='https://github.com/huggingface/transformers'>Create an issue</a>";
6666
customFooter.appendChild(questionOrIssue);
6767
customFooter.classList.add("footer");
6868

0 commit comments

Comments
 (0)