We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7328de commit 6c1bee7Copy full SHA for 6c1bee7
docs/source/_static/js/custom.js
@@ -62,7 +62,7 @@ function addIcon() {
62
function addCustomFooter() {
63
const customFooter = document.createElement("div");
64
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>";
+ 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>";
66
customFooter.appendChild(questionOrIssue);
67
customFooter.classList.add("footer");
68
0 commit comments