summaryrefslogtreecommitdiff
path: root/server-socket-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'server-socket-api.html')
-rw-r--r--server-socket-api.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/server-socket-api.html b/server-socket-api.html
index 6c4b1f33..461f90a9 100644
--- a/server-socket-api.html
+++ b/server-socket-api.html
@@ -84,7 +84,7 @@ by <span id="author">Craig McDaniel</span><br />
(create-repl-server port)
</pre>
<pre id="var-docstr">create a repl on a socket</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/server_socket.clj#L87" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/6c95fe90829cc66f81345a011dc25fc487e4cf0b/src/clojure/contrib/server_socket.clj#L87" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="server-socket/create-server">create-server</h2>
@@ -100,7 +100,7 @@ created which calls:
Optional arguments support specifying a listen backlog and binding
to a specific endpoint.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/server_socket.clj#L53" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/6c95fe90829cc66f81345a011dc25fc487e4cf0b/src/clojure/contrib/server_socket.clj#L53" id="var-source">Source</a>
</div>