Skip to content

Commit c77d050

Browse files
author
Luke Sneeringer
committed
Change product_url to product_uri to conform to standards.
1 parent 611df62 commit c77d050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/api/metadata.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ message Metadata {
4242
// options introduced for some languages.
4343
string product_name = 1;
4444

45-
// The URL for this product.
45+
// The URI for this product.
4646
// This may be used in documentation and package metadata.
47-
string product_url = 2;
47+
string product_uri = 2;
4848

4949
// The name of the client library package, if it differs from the
5050
// product name.

0 commit comments

Comments
 (0)