Skip to content

Conversation

@DylanBettermannDD
Copy link

@DylanBettermannDD DylanBettermannDD commented Jan 10, 2026

Summary

Fixed a formatting issue in site/en/concepts/visibility.md where the first sentence was missing an opening bracket [ for the markdown link to "transitive visibility".

Changes

  • Added missing [ before "transitive visibility" on line 10

Before:

transitive visibility](#transitive-visibility)

After:

[transitive visibility](#transitive-visibility)

This was causing a rendering issue on https://bazel.build/concepts/visibility where the link was not properly formatted.

@google-cla
Copy link

google-cla bot commented Jan 10, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions github-actions bot added team-Documentation Documentation improvements that cannot be directly linked to other team labels awaiting-review PR is awaiting review from an assigned reviewer labels Jan 10, 2026
Fixed formatting issue in the first sentence where "transitive visibility"
was missing the opening bracket '[' for the markdown link.

Before: transitive visibility](#transitive-visibility)
After: [transitive visibility](#transitive-visibility)
@DylanBettermannDD DylanBettermannDD force-pushed the fix-visibility-doc-bracket branch from 5f5e966 to 7e963ef Compare January 10, 2026 21:35
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly fixes a broken markdown link in the visibility documentation by adding a missing opening bracket. The change is simple, accurate, and improves the readability of the documentation. I have no further comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting-review PR is awaiting review from an assigned reviewer team-Documentation Documentation improvements that cannot be directly linked to other team labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant