diff options
author | axtlos <axtlos@getcryst.al> | 2024-05-31 22:46:56 +0200 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2024-05-31 22:46:56 +0200 |
commit | 479414a93ae03a4463c16d54b39cd155b1e04683 (patch) | |
tree | 1778350d3d46bbe6e713f1a05f61339903a1fe9b /generate.sh | |
parent | ffe95743948bb4a47cc92c88f758900f1aae6078 (diff) | |
download | website-479414a93ae03a4463c16d54b39cd155b1e04683.tar.gz website-479414a93ae03a4463c16d54b39cd155b1e04683.tar.bz2 |
fix links
Diffstat (limited to '')
-rwxr-xr-x | generate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate.sh b/generate.sh index 99944c4..5c0f6c1 100755 --- a/generate.sh +++ b/generate.sh @@ -37,7 +37,7 @@ mv specs.7.html.tmp specs.7.html sed 's|<td class="head-rtitle">computers(7)</td>|<td class="head-rtitle">straight from hell</td>|g' specs.7.html > specs.7.html.tmp mv specs.7.html.tmp specs.7.html echo "Add back to main page link" -sed 's|<td class="foot-os">|<td class="foot-home"><a href="https://axtlos.neocities.org">Go To Main Page</a></td>\n<td class="foot-os">|g' specs.7.html > specs.7.html.tmp +sed 's|<td class="foot-os">|<td class="foot-home"><a href="https://xenia.blahaj.land">Go To Main Page</a></td>\n<td class="foot-os">|g' specs.7.html > specs.7.html.tmp mv specs.7.html.tmp specs.7.html echo "Change see also to hyperlinks" sed 's|<p class="Pp"><b>axtlos</b>(7), <b>Project Shards</b>(1), <b>Crystal||g' specs.7.html > specs.7.html.tmp |