From 38b0bb8a3b6c5255b16d5fcee95d6417c7c08f61 Mon Sep 17 00:00:00 2001 From: pruizf <pabloruizfabo@gmail.com> Date: Fri, 27 May 2022 18:31:05 +0200 Subject: [PATCH] modif internal link for corpus --- publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.sh b/publish.sh index d5f4f48..c739e75 100755 --- a/publish.sh +++ b/publish.sh @@ -20,8 +20,8 @@ sed -i -e 's/"toctitle">MeThAL<\/div>/"toctitle"><a href="https:\/\/methal.pages # link to corpus exploration interface in sidebar -sed -i -e '516 i <li><a href="#_explore_the_corpus" title="Corpus explorer">Explore the corpus</a>' site/en.html -sed -i -e '516 i <li><a href="#_explorer_le_corpus" title="Explorer le corpus">Explorer le corpus</a>' site/index.html +sed -i -e '516 i <li><a href="#_corpus" title="Corpus explorer">Explore the corpus</a>' site/en.html +sed -i -e '516 i <li><a href="#_corpus" title="Explorer le corpus">Explorer le corpus</a>' site/index.html #sed -i -e '516 i <li><a target="_blank" href="https://methal.eu/ui/" title="Corpus explorer (Opens new tab)">Explore the corpus</a>' site/en.html #sed -i -e '516 i <li><a target="_blank" href="https://methal.eu/ui/" title="Explorer le corpus (Nouvel onglet)">Explorer le corpus</a>' site/index.html -- GitLab