aboutsummaryrefslogtreecommitdiff
path: root/src/rpcprotocol.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2014-03-24 20:26:02 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2014-03-24 20:26:02 +0000
commit3cb1edbfb63fad3a8fcbbdb2a718aae610036b53 (patch)
tree39d83ea2ade0b55169c4d9175180ddfafbaca77a /src/rpcprotocol.cpp
parentd138598f63cc980c1333e7c63a95b19e6b279025 (diff)
downloadbitcoin-3cb1edbfb63fad3a8fcbbdb2a718aae610036b53.tar.xz
Update moved and dead links
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 13028fdc77..652b14d187 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
//