Skip to content

Commit

Permalink
docs: change relative URLs to absolute URLs to fix broken links. (#421)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 324941614

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Aug 4 19:42:10 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 6fd07563a2f1a6785066f5955ad9659a315e4492
Source-Link: googleapis/googleapis@6fd0756
  • Loading branch information
yoshi-automation authored Aug 5, 2020
1 parent 7616d7e commit 8af1cf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ message BasicYarnAutoscalingConfig {
// aggressive scaling). A scale-up factor closer to 0 will result in a smaller
// magnitude of scaling up (less aggressive scaling).
// See [How autoscaling
// works](/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
// works](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
// for more information.
//
// Bounds: [0.0, 1.0].
Expand All @@ -182,7 +182,7 @@ message BasicYarnAutoscalingConfig {
// update (more aggressive scaling). A scale-down factor of 0 disables
// removing workers, which can be beneficial for autoscaling a single job.
// See [How autoscaling
// works](/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
// works](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
// for more information.
//
// Bounds: [0.0, 1.0].
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-dataproc/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-dataproc.git",
"sha": "da36cccb0b3267953dafa78208706a129062f907"
"sha": "9c1a52bef7ba86a706311ab157f42325b6bd1250"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d8a3dfb82f5cae3f1bcdcec7c5726581532da7d5",
"internalRef": "323829608"
"sha": "6fd07563a2f1a6785066f5955ad9659a315e4492",
"internalRef": "324941614"
}
},
{
Expand Down

0 comments on commit 8af1cf8

Please sign in to comment.