Attention is currently required from: Elyes Haouas, Jason Glenesk, Martin L Roth.
Hello Angel Pons, Jason Glenesk, Martin L Roth, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83976?usp=email
to look at the new patch set (#2).
Change subject: Docs: Fix broken header references ......................................................................
Docs: Fix broken header references
MyST Parser automatically generates label "slugs" for headers which should be used to reference them from links [1]. These labels are in "slug-case", i.e. the original header text in lower case separated by dashes, with punctuation removed. This fixes a few "cross-reference target not found" warnings.
[1] https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#anchor-slu...
Change-Id: Ia6970d03b961bde6d7cd0fa3297f8d84b75d3b34 Signed-off-by: Nicholas Chin nic.c3.14@gmail.com --- M Documentation/mainboard/lenovo/Ivy_Bridge_series.md M Documentation/northbridge/intel/sandybridge/nri_freq.md M Documentation/releases/coreboot-4.13-relnotes.md M Documentation/superio/nuvoton/npcd378.md 4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/83976/2