Skip to content

Commit 8af1cf8

Browse files
docs: change relative URLs to absolute URLs to fix broken links. (#421)
PiperOrigin-RevId: 324941614 Source-Author: Google APIs <[email protected]> Source-Date: Tue Aug 4 19:42:10 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 6fd07563a2f1a6785066f5955ad9659a315e4492 Source-Link: googleapis/googleapis@6fd0756
1 parent 7616d7e commit 8af1cf8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/google-cloud-dataproc/protos/google/cloud/dataproc/v1/autoscaling_policies.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ message BasicYarnAutoscalingConfig {
170170
// aggressive scaling). A scale-up factor closer to 0 will result in a smaller
171171
// magnitude of scaling up (less aggressive scaling).
172172
// See [How autoscaling
173-
// works](/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
173+
// works](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
174174
// for more information.
175175
//
176176
// Bounds: [0.0, 1.0].
@@ -182,7 +182,7 @@ message BasicYarnAutoscalingConfig {
182182
// update (more aggressive scaling). A scale-down factor of 0 disables
183183
// removing workers, which can be beneficial for autoscaling a single job.
184184
// See [How autoscaling
185-
// works](/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
185+
// works](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
186186
// for more information.
187187
//
188188
// Bounds: [0.0, 1.0].

packages/google-cloud-dataproc/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-dataproc.git",
7-
"sha": "da36cccb0b3267953dafa78208706a129062f907"
7+
"sha": "9c1a52bef7ba86a706311ab157f42325b6bd1250"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "d8a3dfb82f5cae3f1bcdcec7c5726581532da7d5",
15-
"internalRef": "323829608"
14+
"sha": "6fd07563a2f1a6785066f5955ad9659a315e4492",
15+
"internalRef": "324941614"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)