diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:33:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 11:33:10 -0400 |
| commit | a0187295debbfe75d4409f360ba7e0ff765ca2f3 (patch) | |
| tree | cef7a50cd705e6751347178ac4ef4ca7bb32dcd2 /files/pl/web/api/websockets_api/index.html | |
| parent | 9fb44756a5432219d159d6892341e0a9e0582bb2 (diff) | |
| download | translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.gz translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.bz2 translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.zip | |
remove link 'title' attributes that's just the 'href' (pl) (#1736)
Diffstat (limited to 'files/pl/web/api/websockets_api/index.html')
| -rw-r--r-- | files/pl/web/api/websockets_api/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/pl/web/api/websockets_api/index.html b/files/pl/web/api/websockets_api/index.html index dec93ff320..e211f8ea2e 100644 --- a/files/pl/web/api/websockets_api/index.html +++ b/files/pl/web/api/websockets_api/index.html @@ -25,10 +25,10 @@ original_slug: WebSockets <h2 class="Tools" id="Tools" name="Tools">Narzędzia</h2> <ul> - <li><a class="external" href="http://socket.io" title="http://socket.io/">Socket.IO</a>: Ogromne, multiplatformowe API WebSocket dla <a class="external" href="http://nodejs.org" title="http://nodejs.org/">Node.js</a>.</li> - <li><a class="link-https" href="https://github.com/Worlize/WebSocket-Node" title="https://github.com/Worlize/WebSocket-Node">WebSocket-Node</a>: A WebSocket server API implementation for <a class="external" href="http://nodejs.org" title="http://nodejs.org/">Node.js</a>.</li> + <li><a class="external" href="http://socket.io" title="http://socket.io/">Socket.IO</a>: Ogromne, multiplatformowe API WebSocket dla <a class="external" href="http://nodejs.org">Node.js</a>.</li> + <li><a class="link-https" href="https://github.com/Worlize/WebSocket-Node">WebSocket-Node</a>: A WebSocket server API implementation for <a class="external" href="http://nodejs.org" title="http://nodejs.org/">Node.js</a>.</li> <li><a href="http://www.totaljs.com">Total.js</a>: Web application framework for <a href="http://www.nodejs.org">Node.js</a> (Example: <a href="https://github.com/totaljs/examples/tree/master/websocket">WebSocket chat</a>)</li> - <li><a href="http://ajf.me/websocket/#libs" title="http://websocket.us/#libs">A more extensive list of frameworks and libraries here</a></li> + <li><a href="http://ajf.me/websocket/#libs">A more extensive list of frameworks and libraries here</a></li> </ul> <h2 class="Related_Topics" id="Related_Topics" name="Related_Topics">Podobne Tematy</h2> |
