Skip to content
Closed
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](http://grpc.io)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The link to gRPC should use the https protocol for better security and consistency with other links in the document, such as the one on line 4.

Suggested change
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
Loading