Skip to content

Commit c527c90

Browse files
Updated socketio javascript client versions in documentation
1 parent b33cab0 commit c527c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Engine.IO protocols.
8080
+------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+-------------------------+
8181
| 1.x and 2.x | 3, 4 | 3 | 4.x | 4.x | 3.x |
8282
+------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+-------------------------+
83-
| 3.x | 5 | 4 | 5.x | 5.x | 4.x |
83+
| 3.x and 4.x | 5 | 4 | 5.x | 5.x | 4.x |
8484
+------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+-------------------------+
8585

8686
Initialization
@@ -120,7 +120,7 @@ production servers, but this functionality has been discontinued in favor of the
120120
The application must serve a page to the client that loads the Socket.IO
121121
library and establishes a connection::
122122

123-
<script src="//cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js" integrity="sha256-yr4fRk/GU1ehYJPAs8P4JlTgu0Hdsp4ZKrx8bDEDC3I=" crossorigin="anonymous"></script>
123+
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.0.1/socket.io.js" integrity="sha512-q/dWJ3kcmjBLU4Qc47E4A9kTB4m3wuTY7vkFJDTZKjTs8jhyGQnaUrxa0Ytd0ssMZhbNua9hE+E7Qv1j+DyZwA==" crossorigin="anonymous"></script>
124124
<script type="text/javascript" charset="utf-8">
125125
var socket = io();
126126
socket.on('connect', function() {

0 commit comments

Comments
 (0)