fix a broken link to the addsvc example
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.
John Rowley authored 1 year, 8 months ago
GitHub committed 1 year, 8 months ago
48 | 48 | That's it! |
49 | 49 | The gRPC binding can be bound to a listener and serve normal gRPC requests. |
50 | 50 | And within your service, you can use standard go-kit components and idioms. |
51 | See [addsvc](https://github.com/go-kit/kit/tree/master/examples/addsvc) for | |
51 | See [addsvc](https://github.com/go-kit/examples/blob/master/addsvc/) for | |
52 | 52 | a complete working example with gRPC support. And remember: go-kit services |
53 | 53 | can support multiple transports simultaneously. |