Skip to content

Commit

Permalink
chore(docs): Fix routeguide tutorial link (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 authored and LucioFranco committed Dec 13, 2019
1 parent bab1d5d commit 7077d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/helloworld-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ touch proto/helloworld.proto
Then you define RPC methods inside your service definition, specifying their request and response
types. gRPC lets you define four kinds of service methods, all of which are supported by Tonic. For this tutorial we will only use a simple RPC, if you would like to see a Tonic example which uses all four kinds please read the [routeguide tutorial].

[routeguide tutorial]: https://github.com/hyperium/tonic/blob/master/tonic-examples/routeguide-tutorial.md
[routeguide tutorial]: https://github.com/hyperium/tonic/blob/master/examples/routeguide-tutorial.md

First we define our package name, which is what Tonic looks for when including your protos in the client and server applications. Lets give this one a name of `helloworld`.

Expand Down

0 comments on commit 7077d8d

Please sign in to comment.