Skip to content

Commit 7a88f4a

Browse files
jkwluiJustinBeckwith
authored andcommitted
fix(docs): fix a broken link (#177)
1 parent ae78660 commit 7a88f4a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/google-cloud-dataproc/src/v1beta2/doc/google/cloud/dataproc/v1beta2/doc_clusters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,4 +927,4 @@ const DiagnoseClusterRequest = {
927927
*/
928928
const DiagnoseClusterResults = {
929929
// This is for documentation. Actual contents will be loaded by gRPC.
930-
};
930+
};

packages/google-cloud-dataproc/synth.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
'toISOString)')
4040
# [END fix-dead-link]
4141

42+
s.replace('src/**/doc/google/cloud/dataproc/v1beta2/doc_clusters.js',
43+
'https:\/\/cloud\.google\.com[\s\*]*\/compute\/',
44+
'https://cloud.google.com/compute/')
45+
4246

4347
subprocess.run(['npm', 'install'])
4448
subprocess.run(['npm', 'run', 'fix'])

0 commit comments

Comments
 (0)