docs: fix broken link to policy reference documentation.

PiperOrigin-RevId: 305319540
This commit is contained in:
Google APIs 2020-04-07 12:46:18 -07:00 committed by Copybara-Service
parent 54ddbbf14c
commit 29aac60f12
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ message Asset {
// resource and cannot be modified by the user.
message IamPolicy {
// The JSON representation of the Policy associated with the asset.
// See https://cloud.google.com/iam/reference/rest/v1p1beta1/Policy for
// See https://cloud.google.com/iam/reference/rest/v1/Policy for
// format details.
string policy_blob = 1;
}