From: Heinrich Schuchardt Date: Tue, 2 Aug 2022 13:36:42 +0000 (+0200) Subject: doc: crash_dumps.rst missing documentation link X-Git-Tag: baikal/mips/sdk5.8.2~5^2~250^2~8 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=e7a0d7af40f75d0702d0f681769ae54e8b183374;p=uboot.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