GoogleCloudPlatform / gcpdiag

gcpdiag is a command-line diagnostics tool for GCP customers.
https://gcpdiag.dev/
Apache License 2.0
290 stars 67 forks source link

gcs/BP/2022_001: Google recommendation hyperlink breaks as split across lines #60

Open DazWilkin opened 1 year ago

DazWilkin commented 1 year ago

The recommendation for this rule breaks the hyperlink across lines:

   Google recommends using uniform access for a Cloud Storage bucket IAM policy
   https://cloud.google.com/storage/docs/access-
   control#choose_between_uniform_and_fine-grained_access

In (most) shells, hyperlinks are detected and become clickable but the above behavior results in a 404 (https://cloud.google.com/storage/docs/access-)

Recommend: not line-splitting hyperlinks.

chakresh84 commented 1 year ago

Fixed, PR raised https://github.com/GoogleCloudPlatform/gcpdiag/pull/64