diff options
Diffstat (limited to 'generate.sh')
-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 |