Skip to content

Commit ccf3d8d

Browse files
authored
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.
1 parent f80eb06 commit ccf3d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport/grpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ for an example.
4949
That's it!
5050
The gRPC binding can be bound to a listener and serve normal gRPC requests.
5151
And within your service, you can use standard go-kit components and idioms.
52-
See [addsvc](https://github.com/go-kit/kit/tree/master/examples/addsvc) for
52+
See [addsvc](https://github.com/go-kit/examples/blob/master/addsvc/) for
5353
a complete working example with gRPC support. And remember: go-kit services
5454
can support multiple transports simultaneously.

0 commit comments

Comments
 (0)