diff --git a/README.md b/README.md index 9a80848..7e4f538 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ $POWERPROTO_HOME/protoc/3.17.3/protoc --go_out=. \ /mnt/data/hello/apis/hello.proto ``` -More examples can be found in `https://github.com/storyicon/powerproto/tree/master/examples`. +More examples can be found in [examples](https://github.com/storyicon/powerproto/tree/master/examples). ## Config File diff --git a/README_CN.md b/README_CN.md index b65d09b..1f898b1 100644 --- a/README_CN.md +++ b/README_CN.md @@ -223,7 +223,7 @@ $POWERPROTO_HOME/protoc/3.17.3/protoc --go_out=. \ /mnt/data/hello/apis/hello.proto ``` -更多的例子可以参考 `https://github.com/storyicon/powerproto/tree/master/examples`. +更多的例子可以参考 [示例](https://github.com/storyicon/powerproto/tree/master/examples). ## 配置文件 diff --git a/examples/greeter/README.md b/examples/greeter/README.md index a356b09..fd9817d 100644 --- a/examples/greeter/README.md +++ b/examples/greeter/README.md @@ -3,8 +3,8 @@ This is the simplest grpc example, which does not reference any external grpc libraries. The following plug-ins are used: -* [protoc-gen-go](google.golang.org/protobuf/cmd/protoc-gen-go) -* [protoc-gen-go-grpc](google.golang.org/grpc/cmd/protoc-gen-go-grpc) +* [protoc-gen-go](https://google.golang.org/protobuf/cmd/protoc-gen-go) +* [protoc-gen-go-grpc](https://google.golang.org/grpc/cmd/protoc-gen-go-grpc) You can compile the proto file in this directory by executing the following command: ``` diff --git a/examples/using-gogo/README.md b/examples/using-gogo/README.md index 5c0ec0b..9b3f82a 100644 --- a/examples/using-gogo/README.md +++ b/examples/using-gogo/README.md @@ -5,8 +5,8 @@ This example uses the following public libraries: * [gogoproto](https://github.com/gogo/protobuf/tree/master/gogoproto) The following plug-ins are used: -* [protoc-gen-gogo](github.com/gogo/protobuf/protoc-gen-gogo) -* [protoc-gen-grpc-gateway](github.com/grpc-ecosystem/grpc-gateway) +* [protoc-gen-gogo](https://github.com/gogo/protobuf/protoc-gen-gogo) +* [protoc-gen-grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) You can compile the proto file in this directory by executing the following command: ``` diff --git a/examples/using-gogofast/README.md b/examples/using-gogofast/README.md index a94aa43..ed91e8b 100644 --- a/examples/using-gogofast/README.md +++ b/examples/using-gogofast/README.md @@ -5,8 +5,8 @@ This example uses the following public libraries: * [gogoproto](https://github.com/gogo/protobuf/tree/master/gogoproto) The following plug-ins are used: -* [protoc-gen-gofast](github.com/gogo/protobuf/protoc-gen-gofast) -* [protoc-gen-grpc-gateway](github.com/grpc-ecosystem/grpc-gateway) +* [protoc-gen-gofast](https://github.com/gogo/protobuf/protoc-gen-gofast) +* [protoc-gen-grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) You can compile the proto file in this directory by executing the following command: ``` diff --git a/examples/using-googleapis/README.md b/examples/using-googleapis/README.md index 0873c70..809daad 100644 --- a/examples/using-googleapis/README.md +++ b/examples/using-googleapis/README.md @@ -4,9 +4,9 @@ This example uses the following public libraries: * [googleapis](https://github.com/googleapis/googleapis) The following plug-ins are used: -* [protoc-gen-go](google.golang.org/protobuf/cmd/protoc-gen-go) -* [protoc-gen-go-grpc](google.golang.org/grpc/cmd/protoc-gen-go-grpc) -* [protoc-gen-grpc-gateway](github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway) +* [protoc-gen-go](https://google.golang.org/protobuf/cmd/protoc-gen-go) +* [protoc-gen-go-grpc](https://google.golang.org/grpc/cmd/protoc-gen-go-grpc) +* [protoc-gen-grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway) You can compile the proto file in this directory by executing the following command: ```