googleapis / nodejs-resource-manager

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/resource-manager/
Apache License 2.0
22 stars 20 forks source link

chore(cloud-rad): fix links for TSDocs #407

Closed fhinkel closed 2 years ago

fhinkel commented 2 years ago

internally: b/179484422

Scripts used:

sed -i -e 's/\[\(.*\)\](\(.*\))/{@link \2| \1}/' src/**/*.ts
sed -i -e 's/@see \[\(.*\)\](\(.*\))$/See {@link \2| \1}/' src/**/*.ts
fhinkel commented 2 years ago

I was going by the "why-handwritten" doc, left a note there.