changeset 320:188ff73d261e

mod_websocket: Remove duplicate http:// (thanks Link Mauve)
author Kim Alvefur <zash@zash.se>
date Fri, 21 Dec 2012 14:30:39 +0100
parents e6e7ccdae143
children 822a5f31c91f
files mod_websocket.wiki
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_websocket.wiki	Wed Dec 05 11:38:22 2012 +0000
+++ b/mod_websocket.wiki	Fri Dec 21 14:30:39 2012 +0100
@@ -3,7 +3,7 @@
 
 = Introduction =
 
-[http://http://en.wikipedia.org/wiki/WebSocket WebSockets] is a new protocol for providing web pages with simple two-way communication with a web server.
+[http://en.wikipedia.org/wiki/WebSocket WebSockets] is a new protocol for providing web pages with simple two-way communication with a web server.
 
 In our case it is interesting to tunnel XMPP over !WebSockets, as an alternative to e.g. BOSH, !WebSockets having less overhead.
 
@@ -26,4 +26,4 @@
 
 = Compatibility =
 ||0.9||Works||
-||< 0.9||Not supported||
\ No newline at end of file
+||< 0.9||Not supported||