Skip to content

Commit

Permalink
chore: update synth config to fix container documentation links (#2457)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored and dwsupplee committed Nov 13, 2019
1 parent a00c089 commit 26e881e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Container/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@
r'Copyright \d{4}',
'Copyright 2018')

# fix documentation links
s.replace(
'**/*.php',
r"\(\/compute\/docs",
'(https://cloud.google.com/compute/docs'
)

# Fix class references in gapic samples
for version in ['V1']:
pathExpr = 'src/' + version + '/Gapic/ClusterManagerGapicClient.php'
Expand Down

0 comments on commit 26e881e

Please sign in to comment.