Skip to content

Commit

Permalink
docs: Fix additional broken/misformatted links
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Jun 8, 2020
1 parent 71a86d1 commit 878186c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ class ParamsEntry
# The column names must contain the model's
#
# [input_feature_column_specs'][google.cloud.automl.v1.TablesModelMetadata.input_feature_column_specs]
# [display_name-s][google.cloud.automl.v1.ColumnSpec.display_name]
# display_name-s
# (order doesn't matter). The columns corresponding to the model's
# input feature column specs must contain values compatible with the
# column spec's data types. Prediction on all the rows, i.e. the CSV
Expand All @@ -907,7 +907,7 @@ class ParamsEntry
# The column names must contain the model's
#
# [input_feature_column_specs'][google.cloud.automl.v1.TablesModelMetadata.input_feature_column_specs]
# [display_name-s][google.cloud.automl.v1.ColumnSpec.display_name]
# display_name-s
# (order doesn't matter). The columns corresponding to the model's
# input feature column specs must contain values compatible with the
# column spec's data types. Prediction on all the rows of the table
Expand Down
8 changes: 4 additions & 4 deletions google-cloud-automl-v1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-cloud-ruby.git",
"sha": "af8706c1ea7d63d8660f08f171cbc392bd27a954"
"remote": "git@github.com:googleapis/google-cloud-ruby.git",
"sha": "62cf4e3689ab467c8847902995ff99e5c41cca71"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "973c671823c076165b2371cda0174586d4078b0d",
"internalRef": "313004561"
"sha": "dd244bb3a5023a4a9290b21dae6b99020c026123",
"internalRef": "315023125"
}
}
],
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-automl-v1/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@
"proto_docs/google/cloud/automl/v1/io.rb",
"https:\n\\s+# //",
"https://")

# See internal issue b/158466893
s.replace(
"proto_docs/google/cloud/automl/v1/io.rb",
"\\[display_name-s\\]\\[google\\.cloud\\.automl\\.v1\\.ColumnSpec\\.display_name\\]",
"display_name-s")

0 comments on commit 878186c

Please sign in to comment.