aboutsummaryrefslogtreecommitdiff
path: root/src/rpcprotocol.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-03-26 10:44:39 +0100
committerWladimir J. van der Laan <[email protected]>2014-03-26 10:44:47 +0100
commit95f0af5cb1fe0dc6a67031205fa2efa76a582070 (patch)
tree9366f8d7b542ed9fc5964c8da77bd4fda5abfa74 /src/rpcprotocol.cpp
parentMerge pull request #3935 (diff)
parentUpdate moved and dead links (diff)
downloaddiscoin-95f0af5cb1fe0dc6a67031205fa2efa76a582070.tar.xz
discoin-95f0af5cb1fe0dc6a67031205fa2efa76a582070.zip
Merge pull request #3951
3cb1edb Update moved and dead links (Luke Dashjr)
Diffstat (limited to 'src/rpcprotocol.cpp')
-rw-r--r--src/rpcprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp
index 13028fdc7..652b14d18 100644
--- a/src/rpcprotocol.cpp
+++ b/src/rpcprotocol.cpp
@@ -221,7 +221,7 @@ int ReadHTTPMessage(std::basic_istream<char>& stream, map<string,
// unspecified (HTTP errors and contents of 'error').
//
// 1.0 spec: http://json-rpc.org/wiki/specification
-// 1.2 spec: http://groups.google.com/group/json-rpc/web/json-rpc-over-http
+// 1.2 spec: http://jsonrpc.org/historical/json-rpc-over-http.html
// http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx
//