From: Heinrich Schuchardt Date: Tue, 2 Aug 2022 13:36:42 +0000 (+0200) Subject: doc: crash_dumps.rst missing documentation link X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=ebfa2d2bce04322a1c060f10e08b83213580244b;p=u-boot.git doc: crash_dumps.rst missing documentation link Add link to usage/cmd/exception.rst. Signed-off-by: Heinrich Schuchardt --- diff --git a/doc/develop/crash_dumps.rst b/doc/develop/crash_dumps.rst index b7b81bdce5..4237b073bc 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