Skip to content

Commit

Permalink
docs: change relative URLs to absolute URLs to fix broken links (#65)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/4be218b6-dac7-413a-9b70-c61c140820cb/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 324941614
Source-Link: googleapis/googleapis@6fd0756
  • Loading branch information
yoshi-automation committed Aug 8, 2020
1 parent 488502c commit a05de3a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions packages/google-cloud-dataproc/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-dataproc.git",
"sha": "29e42dc71aa02e38bf7a5d83cc6a13e8487a48c2"
"sha": "69424f2d7735fece95620520fc83ecf88bde7fbb"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5f2f711c91199ba2f609d3f06a2fe22aee4e5be3"
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6fd07563a2f1a6785066f5955ad9659a315e4492",
"internalRef": "324941614"
}
},
{
Expand Down

0 comments on commit a05de3a

Please sign in to comment.