Skip to content

Commit bfd17bd

Browse files
committed
fix: correct malformed URLs in HTML file
Fixed incorrect commas in URLs, replacing them with proper periods and adding trailing slashes for consistency. This ensures proper rendering and functionality of links. (This commit message was AI-generated.) Signed-off-by: Jens Oliver Meiert <[email protected]>
1 parent 657f6f6 commit bfd17bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2008.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h3>Kudos to these websites who got naked in 2008!</h3>
9292
<li><a href="http://dev.trevoca.com/">Trevoca Dev</a></li>
9393
<li><a href="http://blog.zsoc.net/">Zsocblog</a></li>
9494
<li><a href="http://www.nugrahadi.pramono.info/">my own log</a></li>
95-
<li><a href="http://www,bluenlive.net">BLUE’nLIVE</a></li>
95+
<li><a href="http://www.bluenlive.net/">BLUE’nLIVE</a></li>
9696
<li><a href="http://aestival.viibrato.org/">Aestival</a></li>
9797
<li><a href="http://dev.sgdg.net/">dev.SGDG – Resrouces for Web Development</a></li>
9898
<li><a href="http://e26.co.uk/">edd sowden</a></li>
@@ -1889,7 +1889,7 @@ <h3>Kudos to these websites who got naked in 2008!</h3>
18891889
<li><a href="http://agung.isnotcyb.org/">/home/pengki</a></li>
18901890
<li><a href="http://jodyferrell.com/">Jody Ferrell</a></li>
18911891
<li><a href="http://aloestudios.com/">Aloe Studios</a></li>
1892-
<li><a href="http://www,sungsblog.com">Sung’s Blog</a></li>
1892+
<li><a href="http://www.sungsblog.com/">Sung’s Blog</a></li>
18931893
<li><a href="http://blog.superbil.info/">Superbil.info</a></li>
18941894
<li><a href="http://fkurz.net/">fkurz.net</a></li>
18951895
<li><a href="http://www.plan4play.com/">plan4play</a></li>

0 commit comments

Comments
 (0)