We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53c1104 + 95934e9 commit 96bb7eeCopy full SHA for 96bb7ee
1 file changed
4-ajax/9-websockets/article.md
@@ -443,7 +443,7 @@ function showMessage(message) {
443
}
444
```
445
446
-Серверный код можно писать на любой платформе. В нашем случае это будет Node.JS, с использованием модуля [ws](http://einaros.github.com/ws/):
+Серверный код можно писать на любой платформе. В нашем случае это будет Node.JS, с использованием модуля [ws](https://github.com/websockets/ws):
447
448
```js
449
var WebSocketServer = new require('ws');
0 commit comments