diff options
| author | Luke Dashjr <[email protected]> | 2014-03-24 20:26:02 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2014-03-24 20:26:02 +0000 |
| commit | 3cb1edbfb63fad3a8fcbbdb2a718aae610036b53 (patch) | |
| tree | 39d83ea2ade0b55169c4d9175180ddfafbaca77a /src/rpcprotocol.cpp | |
| parent | Fix regression tests (diff) | |
| download | discoin-3cb1edbfb63fad3a8fcbbdb2a718aae610036b53.tar.xz discoin-3cb1edbfb63fad3a8fcbbdb2a718aae610036b53.zip | |
Update moved and dead links
Diffstat (limited to 'src/rpcprotocol.cpp')
| -rw-r--r-- | src/rpcprotocol.cpp | 2 |
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 // |