"git@developer.sourcefind.cn:modelzoo/paddleocr.git" did not exist on "940681c922e8a9f57f78e04688c9c3f133a1c546"
Commit 6c1bee7d authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Link to new blog

parent f7328de4
...@@ -62,7 +62,7 @@ function addIcon() { ...@@ -62,7 +62,7 @@ function addIcon() {
function addCustomFooter() { function addCustomFooter() {
const customFooter = document.createElement("div"); const customFooter = document.createElement("div");
const questionOrIssue = document.createElement("div"); const questionOrIssue = document.createElement("div");
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>";
customFooter.appendChild(questionOrIssue); customFooter.appendChild(questionOrIssue);
customFooter.classList.add("footer"); customFooter.classList.add("footer");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment