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

docs: change relative URLs to absolute URLs to fix broken links. #202

Merged
merged 1 commit into from Jun 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
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
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-dataproc.git",
"sha": "dc0d573b8fb886b8968ae143c3857df4d6913b3f"
"sha": "6fe7813949bf54af974768822ef24c17d0b20db9"
}
},
{
"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