Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit e0b4669

Browse files
adamreadtswastparthea
authored
Remove new line in documentation comment (#267)
The newline in the comment caused a space in the generated documentation, breaking the link. Removing the newline should fix the link in the generated doc (see line 146 for an example of this already in the file). Co-authored-by: Tim Swast <swast@google.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 9e48d78 commit e0b4669

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

google/cloud/bigquery_datatransfer_v1/types/transfer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ class TransferConfig(proto.Message):
133133
up a data transfer' section for each data
134134
source. For example the parameters for Cloud
135135
Storage transfers are listed here:
136-
https://cloud.google.com/bigquery-
137-
transfer/docs/cloud-storage-transfer#bq
136+
https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
138137
schedule (str):
139138
Data transfer schedule. If the data source does not support
140139
a custom schedule, this should be empty. If it is empty, the

0 commit comments

Comments
 (0)