chore: change absolute links for tagatschool #1472

Merged
max.mehl merged 3 commits from nico.rikken/fsfe-website:feature/convert-absolute-links-16-tagatschool into master 2020-07-01 12:51:13 +00:00
Member

Update of the links for the Tag At School pages. These links were harder to replace initially, so a separate PR was needed. Adresses issue #1378

Executed commands:

cd activities/education/tgs/
find . -iname '*.xhtml'  -exec perl -pi -e 's/\"http(s)?:\/\/(www\.)?fsfe(urope)?\.org\//\"\//g' {} \;
find . -iname '*.xhtml'  -exec perl -pi -e 's/http(s)?:\/\/(www\.)?fsfe(urope)?\.org\//https:\/\/fsfe\.org\//g' {} \;
find . -iname '*.xhtml'  -exec perl -pi -e 's/(www\.)?fsfe(urope)?\.org\//fsfe\.org\//g' {} \;
find . -iname '*.xhtml'  -exec perl -pi -e 's/(www\.)?fsfeurope\.org/fsfe\.org/g' {} \;
Update of the links for the Tag At School pages. These links were harder to replace initially, so a separate PR was needed. Adresses issue #1378 Executed commands: ``` cd activities/education/tgs/ find . -iname '*.xhtml' -exec perl -pi -e 's/\"http(s)?:\/\/(www\.)?fsfe(urope)?\.org\//\"\//g' {} \; find . -iname '*.xhtml' -exec perl -pi -e 's/http(s)?:\/\/(www\.)?fsfe(urope)?\.org\//https:\/\/fsfe\.org\//g' {} \; find . -iname '*.xhtml' -exec perl -pi -e 's/(www\.)?fsfe(urope)?\.org\//fsfe\.org\//g' {} \; find . -iname '*.xhtml' -exec perl -pi -e 's/(www\.)?fsfeurope\.org/fsfe\.org/g' {} \; ```
max.mehl reviewed 2020-06-30 12:10:34 +00:00
@ -331,3 +331,3 @@
href="/activities/education/tgs/tagatschool1.de.html">Homepage
von TUX&GNU@school:
http://www.fsfeurope.org/activities/education/tgs/tagatschool1.de.html</a><br />
https://fsfe.org/activities/education/tgs/tagatschool1.de.html</a><br />
Owner

Do you also want to get rid of the absolute link here and in the other files?

Do you also want to get rid of the absolute link here and in the other files?
Author
Member

This are the link texts, rather than the actual links. They were all absolute, so I decided to keep that style. Making them relative would seem odd. But I could omit the https:// prefix if you prefer.

This are the link texts, rather than the actual links. They were all absolute, so I decided to keep that style. Making them relative would seem odd. But I could omit the `https://` prefix if you prefer.
Owner

Oh man, I completely overlooked that. Sorry!

Oh man, I completely overlooked that. Sorry!
max.mehl approved these changes 2020-07-01 12:50:48 +00:00
max.mehl closed this pull request 2020-07-01 12:51:13 +00:00
Sign in to join this conversation.
No description provided.