netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] Documentation: net: fix path to devlink-trap-netdevsim
@ 2019-10-09 19:06 Jakub Kicinski
  2019-10-09 19:34 ` Ido Schimmel
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Kicinski @ 2019-10-09 19:06 UTC (permalink / raw)
  To: davem; +Cc: netdev, oss-drivers, idosch, jiri, Jakub Kicinski, Simon Horman

make htmldocs complains:
Documentation/networking/devlink-trap.rst:175: WARNING: unknown document: /devlink-trap-netdevsim

make the path relative.

Fixes: 9e0874570488 ("Documentation: Add description of netdevsim traps")
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
---
 Documentation/networking/devlink-trap.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/devlink-trap.rst b/Documentation/networking/devlink-trap.rst
index 8e90a85f3bd5..70335c3ed3c3 100644
--- a/Documentation/networking/devlink-trap.rst
+++ b/Documentation/networking/devlink-trap.rst
@@ -172,7 +172,7 @@ help debug packet drops caused by these exceptions. The following list includes
 links to the description of driver-specific traps registered by various device
 drivers:
 
-  * :doc:`/devlink-trap-netdevsim`
+  * :doc:`./devlink-trap-netdevsim`
 
 Generic Packet Trap Groups
 ==========================
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-09 21:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-09 19:06 [PATCH net] Documentation: net: fix path to devlink-trap-netdevsim Jakub Kicinski
2019-10-09 19:34 ` Ido Schimmel
2019-10-09 21:53   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).