[PATCH 1/1] doc: crash_dumps.rst missing documentation link

Add link to usage/cmd/exception.rst.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- doc/develop/crash_dumps.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/develop/crash_dumps.rst b/doc/develop/crash_dumps.rst index 9e7ae3d751..86e13a8085 100644 --- a/doc/develop/crash_dumps.rst +++ b/doc/develop/crash_dumps.rst @@ -12,8 +12,8 @@ Creating a crash dump voluntarily ---------------------------------
For describing the analysis of a crash dump we need an example. U-Boot comes -with a command 'exception' that comes in handy here. The command is enabled -by:: +with a command :doc:`exception <../usage/cmd/exception>` that comes in handy +here. The command is enabled by::
CONFIG_CMD_EXCEPTION=y
participants (1)
-
Heinrich Schuchardt