mirror of https://github.com/grpc/grpc-node.git
Merge pull request #788 from daikiojm/adding-readme-directories-link
docs(readme): add packages directory link
This commit is contained in:
commit
cd36be717e
|
@ -35,7 +35,7 @@ This library loads `.proto` files into objects that can be passed to the gRPC li
|
|||
|
||||
### gRPC Tools
|
||||
|
||||
Directory: `packages/grpc-tools`
|
||||
Directory: [`packages/grpc-tools`](https://github.com/grpc/grpc-node/tree/master/packages/grpc-tools)
|
||||
|
||||
npm package: [grpc-tools](https://www.npmjs.com/package/grpc-tools)
|
||||
|
||||
|
@ -43,7 +43,7 @@ Distribution of protoc and the gRPC Node protoc plugin for ease of installation
|
|||
|
||||
### gRPC Health Check Service
|
||||
|
||||
Directory: `packages/grpc-health-check`
|
||||
Directory: [`packages/grpc-health-check`](https://github.com/grpc/grpc-node/tree/master/packages/grpc-health-check)
|
||||
|
||||
npm package: [grpc-health-check](https://www.npmjs.com/package/grpc-health-check)
|
||||
|
||||
|
|
Loading…
Reference in New Issue