Skip to content

Commit

Permalink
examples: link to grpc.io
Browse files Browse the repository at this point in the history
Instead of linking directly to github link to the grpc.io website.
  • Loading branch information
Brandon Philips committed Sep 17, 2015
1 parent 04e58f3 commit 853dbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gotutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You also should have the relevant tools installed to generate the server and cli

## Defining the service

Our first step (as you'll know from [Getting started](https://github.com/grpc/grpc/tree/master/examples)) is to define the gRPC *service* and the method *request* and *response* types using [protocol buffers] (https://developers.google.com/protocol-buffers/docs/overview). You can see the complete .proto file in [`examples/route_guide/proto/route_guide.proto`](examples/route_guide/proto/route_guide.proto).
Our first step (as you'll know from the [quick start](http://www.grpc.io/docs/#quick-start)) is to define the gRPC *service* and the method *request* and *response* types using [protocol buffers] (https://developers.google.com/protocol-buffers/docs/overview). You can see the complete .proto file in [`examples/route_guide/proto/route_guide.proto`](examples/route_guide/proto/route_guide.proto).

To define a service, you specify a named `service` in your .proto file:

Expand Down

0 comments on commit 853dbe5

Please sign in to comment.