Skip to content

Commit 61cacd0

Browse files
authored
update index.html
1 parent 2ee4330 commit 61cacd0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<h1>Java-WebSocket</h1>
3535
<p>A barebones WebSocket client and server implementation written in 100% Java.</p>
3636
<hr>
37-
<span class="credits left">Project maintained by <a href="https://github.com/Davidiusdadi">Davidiusdadi</a></span>
37+
<span class="credits left">Project maintained by <a href="https://github.com/marci4">marci4</a></span>
3838
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
3939
</div>
4040

@@ -49,10 +49,6 @@ <h1>Java WebSockets</h1>
4949
<p>Implemented WebSocket protocol versions are:</p>
5050

5151
<ul>
52-
<li><a href="http://tools.ietf.org/id/draft-hixie-thewebsocketprotocol-75.txt">Hixie 75</a></li>
53-
<li><a href="http://tools.ietf.org/id/draft-hixie-thewebsocketprotocol-76.txt">Hixie 76</a></li>
54-
<li><a href="http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-10.txt">Hybi 10</a></li>
55-
<li><a href="http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-17.txt">Hybi 17</a></li>
5652
<li><a href="http://tools.ietf.org/html/rfc6455">RFC 6455</a></li>
5753
</ul><h2>Running the Example</h2>
5854

@@ -189,4 +185,4 @@ <h2>License</h2>
189185
</script>
190186

191187
</body>
192-
</html>
188+
</html>

0 commit comments

Comments
 (0)