1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:17:46 +00:00

Base: Remove www. from link to project website in welcome page

The www subdomain does not allow http and as LibTLS currently
has no cipher suite in common the request fails.
This commit is contained in:
networkException 2021-07-06 20:01:15 +02:00 committed by Linus Groh
parent c1006a3689
commit 47e1d5c05e

View file

@ -126,7 +126,7 @@
<li><a href="afrag.html">links with fragments</a></li>
<li><a href="bmfw.html">better mother fricken website</a></li>
<li><a href="http://bettermotherfuckingwebsite.com/">bettermotherfuckingwebsite</a></li>
<li><a href="http://www.serenityos.org/">www.serenityos.org</a></li>
<li><a href="http://serenityos.org/">serenityos.org</a></li>
<li><a href="pbmsuite.html">PBM test suite</a></li>
<li><a href="pgmsuite.html">PGM test suite</a></li>
<li><a href="ppmsuite.html">PPM test suite</a></li>