Without this trailing space we now incur a 302 redirect. --- htdocs/style.mhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/style.mhtml b/htdocs/style.mhtml index 5bd5190cd..11f04f8d9 100644 --- a/htdocs/style.mhtml +++ b/htdocs/style.mhtml @@ -92,7 +92,7 @@ · <a href="https://gcc.gnu.org/install/specific.html">Platforms</a><br> <a href="<get-var BACKPATH>onlinedocs/">Manual</a><br> <a href="<get-var BACKPATH>faq.html">FAQ</a><br> - <a href="https://gcc.gnu.org/wiki">Wiki</a><br> + <a href="https://gcc.gnu.org/wiki/">Wiki</a><br> <a href="<get-var BACKPATH>readings.html">Pointers</a> </td></tr> </table></td></tr> -- 2.54.0
