aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-08-02 15:36:42 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-08-13 11:09:49 +0200
commitebfa2d2bce04322a1c060f10e08b83213580244b (patch)
tree7ba5bf378366805c1acf85659ba91669452ae936
parent4d497c86986359287eaeb3f3edb7e64d0b5fa1cb (diff)
downloadu-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.rst4
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