diff mbox series

Documentation: devlink: fix broken link warning

Message ID 20200408220931.27532-1-l.rubusch@gmail.com
State Accepted
Delegated to: David Miller
Headers show
Series Documentation: devlink: fix broken link warning | expand

Commit Message

Lothar Rubusch April 8, 2020, 10:09 p.m. UTC
At 'make htmldocs' the following warning is thrown:

Documentation/networking/devlink/devlink-trap.rst:302:
WARNING: undefined label: generic-packet-trap-groups

Fixes the warning by setting the label to the specified header,
within the same document.

Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>
---
 Documentation/networking/devlink/devlink-trap.rst | 2 ++
 1 file changed, 2 insertions(+)

Comments

David Miller April 9, 2020, 5:03 p.m. UTC | #1
From: Lothar Rubusch <l.rubusch@gmail.com>
Date: Wed,  8 Apr 2020 22:09:31 +0000

> At 'make htmldocs' the following warning is thrown:
> 
> Documentation/networking/devlink/devlink-trap.rst:302:
> WARNING: undefined label: generic-packet-trap-groups
> 
> Fixes the warning by setting the label to the specified header,
> within the same document.
> 
> Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>

Applied, thank you.
diff mbox series

Patch

diff --git a/Documentation/networking/devlink/devlink-trap.rst b/Documentation/networking/devlink/devlink-trap.rst
index a09971c2115c..fe089acb7783 100644
--- a/Documentation/networking/devlink/devlink-trap.rst
+++ b/Documentation/networking/devlink/devlink-trap.rst
@@ -257,6 +257,8 @@  drivers:
   * :doc:`netdevsim`
   * :doc:`mlxsw`
 
+.. _Generic-Packet-Trap-Groups:
+
 Generic Packet Trap Groups
 ==========================