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: 314725741

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Jun 4 07:32:25 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: e45a2f54dce1ac68497acf305145f9e5bb7e1e48
Source-Link: googleapis/googleapis@e45a2f5
  • Loading branch information
yoshi-automation authored and jskeet committed Jun 4, 2020
1 parent a592a8f commit c189d65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Expand Up @@ -94,9 +94,11 @@ public sealed partial class GcsFilesetSpec : pb::IMessage<GcsFilesetSpec> {
= pb::FieldCodec.ForString(10);
private readonly pbc::RepeatedField<string> filePatterns_ = new pbc::RepeatedField<string>();
/// <summary>
/// Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
/// Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
/// more information. Note that bucket wildcards are currently not supported.
/// Required. Patterns to identify a set of files in Google Cloud Storage.
/// See [Cloud Storage
/// documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
/// for more information. Note that bucket wildcards are currently not
/// supported.
///
/// Examples of valid file_patterns:
///
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.DataCatalog.V1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "89e89786896d256c70f43e68a975470c4f4f220e"
"sha": "e45a2f54dce1ac68497acf305145f9e5bb7e1e48"
}
}
]
Expand Down

0 comments on commit c189d65

Please sign in to comment.