Skip to content

Commit

Permalink
docs(module): fix list of bullet points not rendering
Browse files Browse the repository at this point in the history
Looks like f6687ad didn't fully fix things, based on looking at https://bazel.build/external/module today:

<img width="907" alt="Screenshot 2024-10-15 at 1 13 37 PM" src="https://github.com/user-attachments/assets/800487d4-0845-418d-8042-bd2c4bad017c">

Closes #23985.

PiperOrigin-RevId: 691071540
Change-Id: Ic474af8308843314aaeaaa85a40dfc487cf7efca
  • Loading branch information
mattnworb authored and copybara-github committed Oct 29, 2024
1 parent e297727 commit 4e4b88f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/en/external/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ multiple versions of the module in the entire dependency graph (see
Note that **the canonical name format** is not an API you should depend on and
**is subject to change at any time**. Instead of hard-coding the canonical name,
use a supported way to get it directly from Bazel:

* In BUILD and `.bzl` files, use
[`Label.repo_name`](/rules/lib/builtins/Label#repo_name) on a `Label` instance
constructed from a label string given by the apparent name of the repo, e.g.,
Expand Down

0 comments on commit 4e4b88f

Please sign in to comment.