From 6bf06870225d78ea9457ae87840bae822b50d893 Mon Sep 17 00:00:00 2001 From: Paul Grosu Date: Tue, 6 Dec 2016 21:39:43 -0500 Subject: submit --- chapter/1/gRPC.md | 40 ++++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) (limited to 'chapter/1') diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md index af26980..20028ea 100644 --- a/chapter/1/gRPC.md +++ b/chapter/1/gRPC.md @@ -145,18 +145,34 @@ The Java implementation of gRPC been built with Mobile platform in mind and to p ## References ` `[Apigee]: https://www.youtube.com/watch?v=-2sWDr3Z0Wo + ` `[Authentication]: http://www.grpc.io/docs/guides/auth.html + ` `[Benchmarks]: http://www.grpc.io/docs/guides/benchmarking.html + ` `[CoreSurfaceAPIs]: https://github.com/grpc/grpc/tree/master/src/core -[ErrorModel]: http://www.grpc.io/docs/guides/error.html -[gRPC]: https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md -[gRPC-Companies]: http://www.grpc.io/about/ -[gRPC-Languages]: http://www.grpc.io/docs/ -[gRPC-Protos]: https://github.com/googleapis/googleapis/ -[Netty]: http://netty.io/ -[RFC7540]: http://httpwg.org/specs/rfc7540.html -[HelloWorldProto]: https://github.com/grpc/grpc/blob/master/examples/protos/helloworld.proto -[Protobuf-Types]: https://developers.google.com/protocol-buffers/docs/encoding -[gRPC-Overview]: http://www.grpc.io/docs/guides/ -[gRPC-Languages]: http://www.grpc.io/about/#osp -[gRPC-Benchmark]: http://www.grpc.io/docs/guides/benchmarking.html \ No newline at end of file + +` `[ErrorModel]: http://www.grpc.io/docs/guides/error.html + +` `[gRPC]: https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md + +` `[gRPC-Companies]: http://www.grpc.io/about/ + +` `[gRPC-Languages]: http://www.grpc.io/docs/ + +` `[gRPC-Protos]: https://github.com/googleapis/googleapis/ + +` `[Netty]: http://netty.io/ + +` `[RFC7540]: http://httpwg.org/specs/rfc7540.html + +` `[HelloWorldProto]: https://github.com/grpc/grpc/blob/master/examples/protos/ +helloworld.proto + +` `[Protobuf-Types]: https://developers.google.com/protocol-buffers/docs/encoding + +` `[gRPC-Overview]: http://www.grpc.io/docs/guides/ + +` `[gRPC-Languages]: http://www.grpc.io/about/#osp + +` `[gRPC-Benchmark]: http://www.grpc.io/docs/guides/benchmarking.html -- cgit v1.2.3