diff --git a/.github/actions/get-pages.sh b/.github/actions/get-pages.sh index 660f383a..e775b2ac 100755 --- a/.github/actions/get-pages.sh +++ b/.github/actions/get-pages.sh @@ -73,7 +73,7 @@ title: $manpage [$2] description: RGBDS $2 — $descr --- EOF - options=fragment,man='%N.%S.html;https://linux.die.net/man/%S/%N' + options=fragment,man='%N.%S;https://linux.die.net/man/%S/%N' if [ $stem = rgbasm.5 ]; then options+=,toc fi @@ -81,8 +81,8 @@ EOF if [ $update_redirects -ne 0 ]; then cat - >"$1/$page" <"$1/$2/index.html" <