Skip to content

Commit

Permalink
fix(synth): insert missing comma (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored and JustinBeckwith committed Jan 21, 2019
1 parent 04b36f4 commit b05ea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-asset/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# [START fix-dead-link]
discovery_url = 'https://www.googleapis.com/discovery/v1/apis/compute/v1/rest'
s.replace('**/doc/google/cloud/asset/v1beta1/doc_assets.js',
f'`"{discovery_url}"`'
f'`"{discovery_url}"`',
f'[`"{discovery_url}"`]({discovery_url})')

s.replace('**/doc/google/protobuf/doc_timestamp.js',
Expand Down

0 comments on commit b05ea42

Please sign in to comment.