From cf2bf984f022ffa57da9ca2eb2f702d4bfb5cea3 Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Sun, 18 Aug 2024 09:00:46 -0600 Subject: 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-slug-structure Change-Id: Ia6970d03b961bde6d7cd0fa3297f8d84b75d3b34 Signed-off-by: Nicholas Chin Reviewed-on: https://review.coreboot.org/c/coreboot/+/83976 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- Documentation/northbridge/intel/sandybridge/nri_freq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/northbridge') diff --git a/Documentation/northbridge/intel/sandybridge/nri_freq.md b/Documentation/northbridge/intel/sandybridge/nri_freq.md index 45cac8dfd9..0732870421 100644 --- a/Documentation/northbridge/intel/sandybridge/nri_freq.md +++ b/Documentation/northbridge/intel/sandybridge/nri_freq.md @@ -160,7 +160,7 @@ As you can see, by using DIMMs with different maximum DRAM frequencies, the slowest DIMMs' frequency will be selected, to prevent over-clocking it. The selected frequency gives the PLL multiplier to operate at. In case the PLL -locks (see Take me to [Hard fuses](#hard_fuses)) the frequency will be used for +locks (see Take me to [Hard fuses](#hard-fuses)) the frequency will be used for all DIMMs. At this point it's not possible to change the multiplier again, until the system has been powered off. In case the PLL doesn't lock, the next smaller multiplier will be used until a working multiplier will be found. -- cgit v1.2.3