Skip to content

Commit 7f94fb9

Browse files
authored
Editorial: fix The WebSocket Protocol references (#31)
Use datatracker.ietf.org rather that tools.ietf.org.
1 parent 5a03a19 commit 7f94fb9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:url; type:dfn;
3737
</pre>
3838

3939
<pre class=anchors>
40-
spec:RFC6455; urlPrefix: https://tools.ietf.org/html/rfc6455
40+
spec:RFC6455; urlPrefix: https://datatracker.ietf.org/doc/html/rfc6455
4141
type: dfn
4242
text:the WebSocket connection is established; url:page-19:~:text=_The%20WebSocket%20Connection%20is%20Established_,-and
4343
text:extensions in use; url:page-19:~:text=_The%20WebSocket%20Connection%20is%20Established_,-and
@@ -109,9 +109,9 @@ To <dfn id=concept-websocket-connection-obtain>obtain a WebSocket connection</df
109109
<a for=url>query</a>, to |resource name|.
110110
1. Let |secure| be false, if |url|'s <a for=url>scheme</a> is "`http`", and true otherwise.
111111
1. Follow the requirements stated in step 2 to 5, inclusive, of the first set of steps in <a
112-
href=http://tools.ietf.org/html/rfc6455#section-4.1>section 4.1</a> of The WebSocket Protocol to
113-
establish a <a lt="obtain a WebSocket connection">WebSocket connection</a>, passing |host|, |port|,
114-
|resource name| and |secure|. [[!WSP]]
112+
href=https://datatracker.ietf.org/doc/html/rfc6455#section-4.1>section 4.1</a> of The WebSocket
113+
Protocol to establish a <a lt="obtain a WebSocket connection">WebSocket connection</a>, passing
114+
|host|, |port|, |resource name| and |secure|. [[!WSP]]
115115
1. If that established a connection, return it, and return failure otherwise.
116116

117117
<p class=note>Although structured a little differently, carrying different properties, and
@@ -181,8 +181,8 @@ To <dfn id=concept-websocket-establish>establish a WebSocket connection</dfn>, g
181181
by the client, but not acknowledged by the server.
182182

183183
1. Follow the requirements stated step 2 to step 6, inclusive, of the last set of steps in
184-
<a href=http://tools.ietf.org/html/rfc6455#section-4.1>section 4.1</a> of The WebSocket Protocol
185-
to validate |response|. This either results in [=fail the WebSocket connection=]
184+
<a href=https://datatracker.ietf.org/doc/html/rfc6455#section-4.1>section 4.1</a> of The WebSocket
185+
Protocol to validate |response|. This either results in [=fail the WebSocket connection=]
186186
or [=the WebSocket connection is established=].
187187

188188
</div>

0 commit comments

Comments
 (0)