ARCLeeds / arcleeds.github.io

Research Computing at Leeds Website
https://arcleeds.github.io/
MIT License
1 stars 2 forks source link

updated contact_url still a bit.ly link and has to be in the README, … #210

Closed agdturner closed 12 months ago

agdturner commented 12 months ago

…but is now easier to change by changing there and {{ site.data.variables.contact_url }} which is probably easier for most than running a script with a sed command that is hard to figure due to character escapes:

find . -type f -name "*.md" -print0 | xargs -0 sed -i '' -e 's,https://bit.ly/arc-help,{{ site.data.variables.contact_url }},g'