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

Commit

Permalink
docs: change relative URLs to absolute URLs to fix broken links. (#202)
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/129bf4ce-2255-4b88-83a1-1b40d560e3d3/targets

PiperOrigin-RevId: 314634470
Source-Link: googleapis/googleapis@c1fae18
  • Loading branch information
yoshi-automation committed Jun 4, 2020
1 parent 8867d5a commit 8e2f707
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
Expand Up @@ -24,8 +24,9 @@
* <pre>
* A Dataproc job for running [Presto](https://prestosql.io/) queries.
* **IMPORTANT**: The [Dataproc Presto Optional
* Component](/dataproc/docs/concepts/components/presto) must be enabled when
* the cluster is created to submit a Presto job to the cluster.
* Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
* must be enabled when the cluster is created to submit a Presto job to the
* cluster.
* </pre>
*
* Protobuf type {@code google.cloud.dataproc.v1.PrestoJob}
Expand Down Expand Up @@ -907,8 +908,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
* <pre>
* A Dataproc job for running [Presto](https://prestosql.io/) queries.
* **IMPORTANT**: The [Dataproc Presto Optional
* Component](/dataproc/docs/concepts/components/presto) must be enabled when
* the cluster is created to submit a Presto job to the cluster.
* Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
* must be enabled when the cluster is created to submit a Presto job to the
* cluster.
* </pre>
*
* Protobuf type {@code google.cloud.dataproc.v1.PrestoJob}
Expand Down
Expand Up @@ -435,8 +435,9 @@ message SparkRJob {

// A Dataproc job for running [Presto](https://prestosql.io/) queries.
// **IMPORTANT**: The [Dataproc Presto Optional
// Component](/dataproc/docs/concepts/components/presto) must be enabled when
// the cluster is created to submit a Presto job to the cluster.
// Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
// must be enabled when the cluster is created to submit a Presto job to the
// cluster.
message PrestoJob {
// Required. The sequence of Presto queries to execute, specified as
// either an HCFS file URI or as a list of queries.
Expand Down
Expand Up @@ -24,8 +24,9 @@
* <pre>
* A Dataproc job for running [Presto](https://prestosql.io/) queries.
* **IMPORTANT**: The [Dataproc Presto Optional
* Component](/dataproc/docs/concepts/components/presto) must be enabled when
* the cluster is created to submit a Presto job to the cluster.
* Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
* must be enabled when the cluster is created to submit a Presto job to the
* cluster.
* </pre>
*
* Protobuf type {@code google.cloud.dataproc.v1beta2.PrestoJob}
Expand Down Expand Up @@ -908,8 +909,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
* <pre>
* A Dataproc job for running [Presto](https://prestosql.io/) queries.
* **IMPORTANT**: The [Dataproc Presto Optional
* Component](/dataproc/docs/concepts/components/presto) must be enabled when
* the cluster is created to submit a Presto job to the cluster.
* Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
* must be enabled when the cluster is created to submit a Presto job to the
* cluster.
* </pre>
*
* Protobuf type {@code google.cloud.dataproc.v1beta2.PrestoJob}
Expand Down
Expand Up @@ -435,8 +435,9 @@ message SparkRJob {

// A Dataproc job for running [Presto](https://prestosql.io/) queries.
// **IMPORTANT**: The [Dataproc Presto Optional
// Component](/dataproc/docs/concepts/components/presto) must be enabled when
// the cluster is created to submit a Presto job to the cluster.
// Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
// must be enabled when the cluster is created to submit a Presto job to the
// cluster.
message PrestoJob {
// Required. The sequence of Presto queries to execute, specified as
// either an HCFS file URI or as a list of queries.
Expand Down
8 changes: 4 additions & 4 deletions synth.metadata
Expand Up @@ -11,16 +11,16 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c4e37010d74071851ff24121f522e802231ac86e",
"internalRef": "313460921"
"sha": "c1fae183ddeef0c59538863eac611fd679d1b7fb",
"internalRef": "314634470"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c4e37010d74071851ff24121f522e802231ac86e",
"internalRef": "313460921"
"sha": "c1fae183ddeef0c59538863eac611fd679d1b7fb",
"internalRef": "314634470"
}
},
{
Expand Down

0 comments on commit 8e2f707

Please sign in to comment.