googleapis / google-cloud-php

Google Cloud Client Library for PHP
https://cloud.google.com/php/docs/reference
Apache License 2.0
1.09k stars 433 forks source link

fix(docs): fixes for reference documentation links #7606

Closed bshaffer closed 3 weeks ago

bshaffer commented 4 weeks ago

This fixes ~1500 broken references across all our reference documentation

When running .kokoro/docs/publish.sh with the DEBUG flag on main, we get 2618 broken links. The same command from this PR shows 964 broken links, for a total of 1654 fixed links!

It should be mentioned that 422 of the remaining broken links are empty (meaning the protos do not reference anything in the link). The rest seem to mostly be errors in the protos, but will require more investigation for the FixIt.