summaryrefslogtreecommitdiff
path: root/generate.sh
diff options
context:
space:
mode:
authoraxtlos <axtlos@getcryst.al>2024-05-31 22:46:56 +0200
committeraxtlos <axtlos@getcryst.al>2024-05-31 22:46:56 +0200
commit479414a93ae03a4463c16d54b39cd155b1e04683 (patch)
tree1778350d3d46bbe6e713f1a05f61339903a1fe9b /generate.sh
parentffe95743948bb4a47cc92c88f758900f1aae6078 (diff)
downloadwebsite-479414a93ae03a4463c16d54b39cd155b1e04683.tar.gz
website-479414a93ae03a4463c16d54b39cd155b1e04683.tar.bz2
fix links
Diffstat (limited to '')
-rwxr-xr-xgenerate.sh2
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