Skip to content

Commit

Permalink
Merge pull request #1128 from robbert229/patch-1
Browse files Browse the repository at this point in the history
fix a broken link to the addsvc example
  • Loading branch information
sagikazarmark committed Jul 2, 2021
2 parents f80eb06 + ccf3d8d commit d19ee33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/grpc/README.md
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 d19ee33

Please sign in to comment.