aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/options.md20
-rw-r--r--docs/performance.md2
-rw-r--r--docs/third_party.md2
3 files changed, 18 insertions, 6 deletions
diff --git a/docs/options.md b/docs/options.md
index c9b2290a..700fef60 100644
--- a/docs/options.md
+++ b/docs/options.md
@@ -7,14 +7,14 @@ extension numbers.
If you need an extension number for your custom option (see [custom options](
https://developers.google.com/protocol-buffers/docs/proto#customoptions)),
-please [send us a pull request](https://github.com/google/protobuf/pulls) to
-add an entry to this doc, or [create an issue](https://github.com/google/protobuf/issues)
+please [send us a pull request](https://github.com/protocolbuffers/protobuf/pulls) to
+add an entry to this doc, or [create an issue](https://github.com/protocolbuffers/protobuf/issues)
with info about your project (name and website) so we can add an entry for you.
## Existing Registered Extensions
1. C# port of protocol buffers
- * Website: http://github.com/jskeet/dotnet-protobufs
+ * Website: https://github.com/jskeet/protobuf-csharp-port
* Extensions: 1000
1. Perl/XS port of protocol buffers
@@ -50,7 +50,7 @@ with info about your project (name and website) so we can add an entry for you.
* Extensions: 1008
1. Goby Underwater Autonomy Project
- * Website: https://launchpad.net/goby
+ * Website: https://github.com/GobySoft/goby
* Extensions: 1009
1. Nanopb
@@ -62,7 +62,7 @@ with info about your project (name and website) so we can add an entry for you.
* Extensions: 1011
1. Dynamic Compact Control Language
- * Website: https://launchpad.net/dccl
+ * Website: http://github.com/GobySoft/dccl
* Extensions: 1012
1. ScaleOut StateServer® Native C++ API
@@ -184,3 +184,13 @@ with info about your project (name and website) so we can add an entry for you.
1. API client generators
* Website: ???
* Extensions: 1048-1056
+
+1. Netifi Proteus
+ * Website: https://github.com/netifi-proteus
+ * Extensions: 1057
+
+1. CGSN Mooring Project
+ * Website: https://bitbucket.org/ooicgsn/cgsn-mooring
+ * Extensions: 1058
+
+
diff --git a/docs/performance.md b/docs/performance.md
index 3bca58af..065a361a 100644
--- a/docs/performance.md
+++ b/docs/performance.md
@@ -301,4 +301,4 @@ This table contains 3 languages' results:
</tr>
</tbody></table>
-\* The cpp performance can be improved by using [tcmalloc](https://gperftools.github.io/gperftools/tcmalloc.html), please follow the (instruction)[https://github.com/google/protobuf/blob/master/benchmarks/README.md] to link with tcmalloc to get the faster result.
+\* The cpp performance can be improved by using [tcmalloc](https://gperftools.github.io/gperftools/tcmalloc.html), please follow the (instruction)[https://github.com/protocolbuffers/protobuf/blob/master/benchmarks/README.md] to link with tcmalloc to get the faster result.
diff --git a/docs/third_party.md b/docs/third_party.md
index 2d54f679..f710b51a 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -23,6 +23,7 @@ These are projects we know about implementing Protocol Buffers for other program
* C#: https://silentorbit.com/protobuf/
* C#/.NET/WCF/VB: http://code.google.com/p/protobuf-net/
* Clojure: http://github.com/ninjudd/clojure-protobuf
+* Clojure: https://github.com/clojusc/protobuf
* Common Lisp: http://github.com/ndantam/s-protobuf
* Common Lisp: http://github.com/brown/protobuf
* D: https://github.com/dcarp/protobuf-d
@@ -128,6 +129,7 @@ GRPC (http://www.grpc.io/) is Google's RPC implementation for Protocol Buffers.
* https://github.com/awakesecurity/gRPC-haskell (Haskell)
* https://github.com/Yeolar/raster (C++)
* https://github.com/jnordberg/wsrpc (JavaScript Node.js/Browser)
+* https://github.com/ppissias/xsrpcj (Java)
## Other Utilities