Skip to content

Commit 8d4a0ad

Browse files
mchehabJonathan Corbet
authored andcommitted
docs: networking: devlink: avoid using ReST :doc:foo markup
The :doc:`foo` tag is auto-generated via automarkup.py. So, use the filename at the sources, instead of :doc:`foo`. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/4553858bc9a5442eba6d71caff8047e84ece4d9b.1623824363.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 7f3f7bf commit 8d4a0ad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/networking/devlink/devlink-region.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The major benefit to creating a region is to provide access to internal
2222
address regions that are otherwise inaccessible to the user.
2323

2424
Regions may also be used to provide an additional way to debug complex error
25-
states, but see also :doc:`devlink-health`
25+
states, but see also Documentation/networking/devlink/devlink-health.rst
2626

2727
Regions may optionally support capturing a snapshot on demand via the
2828
``DEVLINK_CMD_REGION_NEW`` netlink message. A driver wishing to allow

Documentation/networking/devlink/devlink-trap.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@ help debug packet drops caused by these exceptions. The following list includes
495495
links to the description of driver-specific traps registered by various device
496496
drivers:
497497

498-
* :doc:`netdevsim`
499-
* :doc:`mlxsw`
498+
* Documentation/networking/devlink/netdevsim.rst
499+
* Documentation/networking/devlink/mlxsw.rst
500500

501501
.. _Generic-Packet-Trap-Groups:
502502

0 commit comments

Comments
 (0)