diff --git a/sdk-platform-java/gax-java/README.md b/sdk-platform-java/gax-java/README.md index d6f52085390c..8152d2b9f1d7 100644 --- a/sdk-platform-java/gax-java/README.md +++ b/sdk-platform-java/gax-java/README.md @@ -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 diff --git a/sdk-platform-java/hermetic_build/DEVELOPMENT.md b/sdk-platform-java/hermetic_build/DEVELOPMENT.md index ce1cd960e5ca..fc3ea2a72856 100644 --- a/sdk-platform-java/hermetic_build/DEVELOPMENT.md +++ b/sdk-platform-java/hermetic_build/DEVELOPMENT.md @@ -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