diff mbox series

[035/110] doc: Fix up OPAL_HANDLE_INTERRUPT links

Message ID 20190531061351.22973-36-stewart@linux.ibm.com
State Accepted
Headers show
Series Big documentation cleanup/expansion | expand

Commit Message

Stewart Smith May 31, 2019, 6:12 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 doc/opal-api/opal-handle-interrupt.rst | 2 +-
 doc/overview.rst                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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