[Skiboot] [PATCH 035/110] doc: Fix up OPAL_HANDLE_INTERRUPT links

Stewart Smith stewart at linux.ibm.com
Fri May 31 16:12:36 AEST 2019


Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
 doc/opal-api/opal-handle-interrupt.rst | 2 +-
 doc/overview.rst                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/opal-api/opal-handle-interrupt.rst b/doc/opal-api/opal-handle-interrupt.rst
index 73be0e34cfeb..f652af5a373e 100644
--- a/doc/opal-api/opal-handle-interrupt.rst
+++ b/doc/opal-api/opal-handle-interrupt.rst
@@ -1,4 +1,4 @@
-.. _opal-handle-interrupt:
+.. _OPAL_HANDLE_INTERRUPT:
 
 OPAL_HANDLE_INTERRUPT
 =====================
diff --git a/doc/overview.rst b/doc/overview.rst
index 3895f67f6edf..aa6489071e82 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -125,7 +125,7 @@ Interrupts
 
 We don't directly handle interrupts in skiboot. The OS is in complete control,
 and any interrupts we need to process are first received by the OS. The
-:ref:`opal-handle-interrupt` call is made by the OS for OPAL to do what's
+:ref:`OPAL_HANDLE_INTERRUPT` call is made by the OS for OPAL to do what's
 needed.
 
 Memory
-- 
2.21.0



More information about the Skiboot mailing list