Skip to content

Commit 3bb125b

Browse files
docs: change relative URLs to absolute URLs to fix broken links. (#348)
PiperOrigin-RevId: 314805551 Source-Author: Google APIs <[email protected]> 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 <[email protected]>
1 parent 18451a1 commit 3bb125b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/google-cloud-kms/protos/google/cloud/kms/v1/resources.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ message CryptoKey {
138138
CryptoKeyVersionTemplate version_template = 11;
139139

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

packages/google-cloud-kms/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "c1fae183ddeef0c59538863eac611fd679d1b7fb",
15-
"internalRef": "314634470"
14+
"sha": "ef180e07d360d86ce0f71c448edffbf6b7ceb8c9",
15+
"internalRef": "314805551"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)