fix links

This commit is contained in:
Asim Aslam 2017-01-05 15:12:30 +00:00
parent d1c12e4302
commit 21bb57417d

View File

@ -110,8 +110,8 @@ message HelloResponse {
### Install protobuf
We use a protobuf plugin for code generation. This is completely optional. Look at [examples/server](https://github.com/micro/go-micro/blob/master/examples/server/main.go)
and [examples/client](https://github.com/micro/go-micro/blob/master/examples/client/main.go) for examples without code generation.
We use a protobuf plugin for code generation. This is completely optional. Look at [examples/server](https://github.com/micro/examples/blob/master/server/main.go)
and [examples/client](https://github.com/micro/examples/blob/master/client/main.go) for examples without code generation.
```shell
go get github.com/micro/protobuf/{proto,protoc-gen-go}