diff options
-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 b7b81bdce54..4237b073bc9 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 |