Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk-platform-java/gax-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Google API Extensions for Java
- [API Documentation](https://cloud.google.com/java/docs/reference/gax/latest/overview.html)

Google API Extensions for Java (GAX Java) is a library which aids in the
development of client libraries for server APIs, based on [GRPC](http://grpc.io)
development of client libraries for server APIs, based on [gRPC](https://grpc.io)
and Google API conventions.

Application code will rarely need to use most of the classes within this
Expand Down
4 changes: 2 additions & 2 deletions sdk-platform-java/hermetic_build/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ as per [POSIX env var definition](https://pubs.opengroup.org/onlinepubs/96999197
```shell
unzip /path/to/zipfile -d "${HOME}/.library_generation/"
```
#### Put the GRPC plugin in its well-known location
1. Download GRPC plugin from [Maven Central](https://central.sonatype.com/artifact/io.grpc/protoc-gen-grpc-java/versions).
#### Put the gRPC plugin in its well-known location
1. Download gRPC plugin from [Maven Central](https://central.sonatype.com/artifact/io.grpc/protoc-gen-grpc-java/versions).
2. Move the folder into its well-know location.

```shell
Expand Down
Loading