Skip to content
Snippets Groups Projects
Commit 2315a921 authored by pruizf's avatar pruizf
Browse files

corrects sed to add ui link

parent f4aad8a8
No related merge requests found
Pipeline #67065 passed with stages
in 6 seconds
...@@ -20,7 +20,7 @@ sed -i -e 's/"toctitle">MeThAL<\/div>/"toctitle"><a href="https:\/\/methal.pages ...@@ -20,7 +20,7 @@ sed -i -e 's/"toctitle">MeThAL<\/div>/"toctitle"><a href="https:\/\/methal.pages
# link to corpus exploration interface in sidebar # link to corpus exploration interface in sidebar
sed -i -e 's|\(<li><a href="#_web_presence">Web presence</a></li>\)|\1\n<a target="_blank" href="https://methal.eu/ui/" title="Corpus explorer (Opens new tab)">Explore the corpus</a>|g' sed -i -e 's|\(<li><a href="#_web_presence">Web presence</a></li>\)|\1\n<a target="_blank" href="https://methal.eu/ui/" title="Corpus explorer (Opens new tab)">Explore the corpus</a>|g' site/read/en.html
# read-section # read-section
......
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