diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-08-02 15:36:42 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-08-13 11:09:49 +0200 |
commit | ebfa2d2bce04322a1c060f10e08b83213580244b (patch) | |
tree | 7ba5bf378366805c1acf85659ba91669452ae936 | |
parent | 4d497c86986359287eaeb3f3edb7e64d0b5fa1cb (diff) | |
download | u-boot-ebfa2d2bce04322a1c060f10e08b83213580244b.zip u-boot-ebfa2d2bce04322a1c060f10e08b83213580244b.tar.gz u-boot-ebfa2d2bce04322a1c060f10e08b83213580244b.tar.bz2 |
doc: crash_dumps.rst missing documentation link
Add link to usage/cmd/exception.rst.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r-- | doc/develop/crash_dumps.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/crash_dumps.rst b/doc/develop/crash_dumps.rst index b7b81bd..4237b07 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 |