diff options
author | Leigh McCulloch <leigh@mcchouse.com> | 2018-01-25 22:27:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-25 22:27:19 -0800 |
commit | 4a3b42ed05b6032be0e86d0b16e32224f93dd39d (patch) | |
tree | c65e3d9b07baf0acc78184acff902385e22bfbc5 | |
parent | ed14fe423b86b0d9d6e23ada61e649d173bd1350 (diff) |
Remove broken link to code.google.com/p/protorpc
Remove broken link to RPC implementation https://code.google.com/p/protorpc/. Going to this URL displays a 404 error message, with no indication that the project has a new location or still exists.
-rw-r--r-- | docs/third_party.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/third_party.md b/docs/third_party.md index 86b534da..3f73d89c 100644 --- a/docs/third_party.md +++ b/docs/third_party.md @@ -110,7 +110,6 @@ GRPC (http://www.grpc.io/) is Google's RPC implementation for Protocol Buffers. * http://code.google.com/p/cxf-protobuf/ (Java) * http://code.google.com/p/protobuf-remote/ (C++/C#) * http://code.google.com/p/protobuf-rpc-pro/ (Java) -* https://code.google.com/p/protorpc/ (Go/C++) * https://code.google.com/p/eneter-protobuf-serializer/ (Java/.NET) * http://www.deltavsoft.com/RCFProto.html (C++/Java/Python/C#) * https://github.com/robbinfan/claire-protorpc (C++) |