aboutsummaryrefslogtreecommitdiffstats
path: root/docs/components/debugfs-design.rst
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2020-07-29 09:37:25 -0500
committerMadhukar Pappireddy <madhukar.pappireddy@arm.com>2020-08-03 09:55:04 -0500
commit6844c3477b862195c12660f136e22313e84d4306 (patch)
tree60b3bd16b9d00bd10d2b3a98d15ecde215f6d520 /docs/components/debugfs-design.rst
parentadca03e6966d041e77e5ffda4c2884b92938d83f (diff)
downloadplatform_external_arm-trusted-firmware-6844c3477b862195c12660f136e22313e84d4306.tar.gz
platform_external_arm-trusted-firmware-6844c3477b862195c12660f136e22313e84d4306.tar.bz2
platform_external_arm-trusted-firmware-6844c3477b862195c12660f136e22313e84d4306.zip
Fix broken links to various sections across docs
These broken links were found with the help of this command: $> sphinx-build -M linkcheck . build A sample broken link is reported as follows: (line 80) -local- firmware-design.rst#secure-el1-payloads-and-dispatchers Change-Id: I5dcefdd4b8040908658115647e957f6c2c5da7c2 Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Diffstat (limited to 'docs/components/debugfs-design.rst')
-rw-r--r--docs/components/debugfs-design.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/debugfs-design.rst b/docs/components/debugfs-design.rst
index 2096bdbb7..253651513 100644
--- a/docs/components/debugfs-design.rst
+++ b/docs/components/debugfs-design.rst
@@ -80,8 +80,8 @@ SMC interface
The communication with the 9p layer in BL31 is made through an SMC conduit
(`SMC Calling Convention`_), using a specific SiP Function Id. An NS
shared buffer is used to pass path string parameters, or e.g. to exchange
-data on a read operation. Refer to `ARM SiP Services`_ for a description
-of the SMC interface.
+data on a read operation. Refer to :ref:`ARM SiP Services <arm sip services>`
+for a description of the SMC interface.
Security considerations
-----------------------