Skip to content

Commit

Permalink
docs: change relative URLs to absolute URLs to fix broken links.
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
  • Loading branch information
yoshi-automation authored and jskeet committed Jun 5, 2020
1 parent fc1d3a0 commit d183f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/Resources.cs
Expand Up @@ -543,7 +543,7 @@ public sealed partial class CryptoKey : pb::IMessage<CryptoKey> {
private readonly pbc::MapField<string, string> labels_ = new pbc::MapField<string, string>();
/// <summary>
/// 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).
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pbc::MapField<string, string> Labels {
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Kms.V1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "89e89786896d256c70f43e68a975470c4f4f220e"
"sha": "ef180e07d360d86ce0f71c448edffbf6b7ceb8c9"
}
}
]
Expand Down

0 comments on commit d183f72

Please sign in to comment.