Skip to content

Commit

Permalink
fix a broken link to the addsvc example
Browse files Browse the repository at this point in the history
The documentation included a stale link to where the addsvc example used to live from before the examples were extracted into their own git repo.
  • Loading branch information
robbert229 committed Jul 2, 2021
1 parent f80eb06 commit ccf3d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ for an example.
That's it!
The gRPC binding can be bound to a listener and serve normal gRPC requests.
And within your service, you can use standard go-kit components and idioms.
See [addsvc](https://github.com/go-kit/kit/tree/master/examples/addsvc) for
See [addsvc](https://github.com/go-kit/examples/blob/master/addsvc/) for
a complete working example with gRPC support. And remember: go-kit services
can support multiple transports simultaneously.

0 comments on commit ccf3d8d

Please sign in to comment.