Skip to content

Commit 3ee465b

Browse files
committed
fix link to json-rpc spec
1 parent 7c74858 commit 3ee465b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/com/rabbitmq/tools/jsonrpc/JsonRpcClient.java

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@
3131
import com.rabbitmq.tools.json.JSONWriter;
3232

3333
/**
34-
<a
35-
href="http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html">JSON-RPC</a>
36-
is a lightweight RPC mechanism using <a
37-
href="http://www.json.org/">JSON</a> as a data language for
38-
request and reply messages. It is rapidly becoming a
39-
standard in web development, where it is used to make RPC
40-
requests over HTTP. RabbitMQ provides an AMQP transport
41-
binding for JSON-RPC in the form of
42-
the <code>JsonRpcClient</code> class.
34+
<a href="http://json-rpc.org">JSON-RPC</a> is a lightweight
35+
RPC mechanism using <a href="http://www.json.org/">JSON</a>
36+
as a data language for request and reply messages. It is
37+
rapidly becoming a standard in web development, where it is
38+
used to make RPC requests over HTTP. RabbitMQ provides an
39+
AMQP transport binding for JSON-RPC in the form of the
40+
<code>JsonRpcClient</code> class.
4341
4442
JSON-RPC services are self-describing - each service is able
4543
to list its supported procedures, and each procedure

0 commit comments

Comments
 (0)