diff options
author | johpow01 <john.powell@arm.com> | 2020-07-28 13:07:25 -0500 |
---|---|---|
committer | johpow01 <john.powell@arm.com> | 2020-07-28 13:07:25 -0500 |
commit | 526f2bddd5e9fc6848ba241c83fc49a5cfff3ae7 (patch) | |
tree | fd4471da0513f27974983cd72b15c647de1728c3 | |
parent | 1056ddce76f81a920345b90e6ce896849a8cc55a (diff) | |
download | trusted-firmware-a-526f2bddd5e9fc6848ba241c83fc49a5cfff3ae7.tar.gz |
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 <john.powell@arm.com>
Change-Id: I6711b423a789b2b3d1921671e8497fffa8ba33d1
-rw-r--r-- | docs/design/firmware-design.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/firmware-design.rst b/docs/design/firmware-design.rst index 891a9a29b3..ae6dd469dc 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 ---------------------------------- |