Skip to content

Commit e45a2f5

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
docs: change relative URLs to absolute URLs to fix broken links.
PiperOrigin-RevId: 314725741
1 parent 8dbe1d7 commit e45a2f5

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

google/cloud/datacatalog/v1/gcs_fileset_spec.proto

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ option ruby_package = "Google::Cloud::DataCatalog::V1";
2929

3030
// Describes a Cloud Storage fileset entry.
3131
message GcsFilesetSpec {
32-
// Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
33-
// Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
34-
// more information. Note that bucket wildcards are currently not supported.
32+
// Required. Patterns to identify a set of files in Google Cloud Storage.
33+
// See [Cloud Storage
34+
// documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
35+
// for more information. Note that bucket wildcards are currently not
36+
// supported.
3537
//
3638
// Examples of valid file_patterns:
3739
//

google/cloud/datacatalog/v1beta1/gcs_fileset_spec.proto

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ option ruby_package = "Google::Cloud::DataCatalog::V1beta1";
2929

3030
// Describes a Cloud Storage fileset entry.
3131
message GcsFilesetSpec {
32-
// Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
33-
// Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
34-
// more information. Note that bucket wildcards are currently not supported.
32+
// Required. Patterns to identify a set of files in Google Cloud Storage.
33+
// See [Cloud Storage
34+
// documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
35+
// for more information. Note that bucket wildcards are currently not
36+
// supported.
3537
//
3638
// Examples of valid file_patterns:
3739
//

0 commit comments

Comments
 (0)