Skip to content

Commit

Permalink
[e] (0) update outdated link to websocket protocol in html psec intro
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5962 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 24, 2011
1 parent 66c5b32 commit ad9ad3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 21 March 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 24 March 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -1368,10 +1368,7 @@
<ul class=brief><li><a href=http://www.whatwg.org/specs/web-workers/current-work/>Web Workers</a>
<li><a href=http://dev.w3.org/html5/webstorage/>Web Storage</a>
<li><a href=http://dev.w3.org/html5/websockets/>WebSocket API</a>
<li><a href=http://www.whatwg.org/specs/web-socket-protocol/>WebSocket protocol</a>
<!--
<li><a href="http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol">WebSocket protocol</a>
-->
<li><a href=http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol>WebSocket protocol</a>
<li><a href=http://dev.w3.org/html5/eventsource/>Server-sent Events</a>
<li><a href=http://tools.ietf.org/html/draft-abarth-mime-sniff>Media Type Sniffing</a>
<li><a href=http://tools.ietf.org/html/draft-abarth-origin>The Web Origin Concept</a>
Expand Down
5 changes: 1 addition & 4 deletions source
Expand Up @@ -105,10 +105,7 @@
<li><a href="http://www.whatwg.org/specs/web-workers/current-work/">Web Workers</a>
<li><a href="http://dev.w3.org/html5/webstorage/">Web Storage</a>
<li><a href="http://dev.w3.org/html5/websockets/">WebSocket API</a>
<li><a href="http://www.whatwg.org/specs/web-socket-protocol/">WebSocket protocol</a>
<!--
<li><a href="http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol">WebSocket protocol</a>
-->
<li><a href="http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol">WebSocket protocol</a>
<li><a href="http://dev.w3.org/html5/eventsource/">Server-sent Events</a>
<li><a href="http://tools.ietf.org/html/draft-abarth-mime-sniff">Media Type Sniffing</a>
<li><a href="http://tools.ietf.org/html/draft-abarth-origin">The Web Origin Concept</a>
Expand Down

0 comments on commit ad9ad3e

Please sign in to comment.