mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
docs: Use underscore not hyphen in label
sphinx emits warning
WARNING: undefined label: memory-allocation ...
This seems to be caused by the use of a hyphen in the label name instead
of an underscore. Using an underscore for the label name and the
reference clears the warning.
Use underscore not hyphen in label and reference.
Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
committed by
Jonathan Corbet
parent
11ede50059
commit
cd7198fc95
@@ -1,4 +1,4 @@
|
||||
.. _memory-allocation:
|
||||
.. _memory_allocation:
|
||||
|
||||
=======================
|
||||
Memory Allocation Guide
|
||||
|
||||
Reference in New Issue
Block a user