From 526f2bddd5e9fc6848ba241c83fc49a5cfff3ae7 Mon Sep 17 00:00:00 2001 From: johpow01 Date: Tue, 28 Jul 2020 13:07:25 -0500 Subject: [PATCH] Fix broken link in documentation The link to the exception handling framework page on the System Design / Firmware Design / Section 4.3 just links to itself, so I changed it to link to the exception handling framework component document. Signed-off-by: John Powell Change-Id: I6711b423a789b2b3d1921671e8497fffa8ba33d1 --- docs/design/firmware-design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/firmware-design.rst b/docs/design/firmware-design.rst index 891a9a29b..ae6dd469d 100644 --- a/docs/design/firmware-design.rst +++ b/docs/design/firmware-design.rst @@ -988,7 +988,7 @@ before restoring the stack and CPU state and returning from the original SMC. Exception Handling Framework ---------------------------- -Please refer to the `Exception Handling Framework`_ document. +Please refer to the :ref:`Exception Handling Framework` document. Power State Coordination Interface ----------------------------------