Skip to content

Commit

Permalink
docs: change relative URLs to absolute URLs to fix broken links. (#348)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314805551

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Jun 4 14:36:25 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: ef180e07d360d86ce0f71c448edffbf6b7ceb8c9
Source-Link: googleapis/googleapis@ef180e0

Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
  • Loading branch information
yoshi-automation and JustinBeckwith authored Jun 18, 2020
1 parent 18451a1 commit 3bb125b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ message CryptoKey {
CryptoKeyVersionTemplate version_template = 11;

// Labels with user-defined metadata. For more information, see
// [Labeling Keys](/kms/docs/labeling-keys).
// [Labeling Keys](https://cloud.google.com/kms/docs/labeling-keys).
map<string, string> labels = 10;
}

Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-kms/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c1fae183ddeef0c59538863eac611fd679d1b7fb",
"internalRef": "314634470"
"sha": "ef180e07d360d86ce0f71c448edffbf6b7ceb8c9",
"internalRef": "314805551"
}
},
{
Expand Down

0 comments on commit 3bb125b

Please sign in to comment.