Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

docs: change relative URLs to absolute URLs to fix broken links #65

Merged
merged 4 commits into from Aug 8, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions google/cloud/dataproc_v1/proto/autoscaling_policies.proto
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: 4 additions & 2 deletions google/cloud/dataproc_v1/proto/autoscaling_policies_pb2.py

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

10 changes: 5 additions & 5 deletions google/cloud/dataproc_v1/proto/clusters_pb2.py

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

6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-dataproc.git",
"sha": "380e122da3e7ef329d39f658f6dbfa775c612efc"
"sha": "69424f2d7735fece95620520fc83ecf88bde7fbb"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c8fc4b79cc54749520e6fc7726deee7a22d1f988",
"internalRef": "323858574"
"sha": "6fd07563a2f1a6785066f5955ad9659a315e4492",
"internalRef": "324941614"
}
},
{
Expand Down