Skip to content

Commit

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

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Jun 3 17:15:00 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: c1fae183ddeef0c59538863eac611fd679d1b7fb
Source-Link: googleapis/googleapis@c1fae18
  • Loading branch information
yoshi-automation authored and jskeet committed Jun 4, 2020
1 parent f4f2b5f commit bdd321b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2881,8 +2881,9 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// 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.
/// </summary>
public sealed partial class PrestoJob : pb::IMessage<PrestoJob> {
private static readonly pb::MessageParser<PrestoJob> _parser = new pb::MessageParser<PrestoJob>(() => new PrestoJob());
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Dataproc.V1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "89e89786896d256c70f43e68a975470c4f4f220e"
"sha": "c1fae183ddeef0c59538863eac611fd679d1b7fb"
}
}
]
Expand Down

0 comments on commit bdd321b

Please sign in to comment.