Skip to content

Commit 6fd0756

Browse files
Google APIscopybara-github
authored andcommitted
docs: change relative URLs to absolute URLs to fix broken links.
PiperOrigin-RevId: 324941614
1 parent dbdd8dd commit 6fd0756

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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].

0 commit comments

Comments
 (0)