[sw] Update broken link to 'Exceptions and Interrupts' Ibex docs
The 'Exceptions and Interrupts' page has moved into the Ibex
Reference Guide.
Signed-off-by: Michael Munday <mike.munday@lowrisc.org>
diff --git a/sw/device/exts/common/ibex_interrupt_vectors.S b/sw/device/exts/common/ibex_interrupt_vectors.S
index 0890e2b..40ff90b 100644
--- a/sw/device/exts/common/ibex_interrupt_vectors.S
+++ b/sw/device/exts/common/ibex_interrupt_vectors.S
@@ -39,7 +39,7 @@
* overlap the interrupt vector, which causes debugging confusion.
*
* More information about Ibex's interrupts can be found here:
- * https://ibex-core.readthedocs.io/en/latest/exception_interrupts.html
+ * https://ibex-core.readthedocs.io/en/latest/03_reference/exception_interrupts.html
*/
.balign 256
crt_interrupt_vector:
diff --git a/sw/device/mask_rom/mask_rom_start.S b/sw/device/mask_rom/mask_rom_start.S
index ed7bf6a..8874550 100644
--- a/sw/device/mask_rom/mask_rom_start.S
+++ b/sw/device/mask_rom/mask_rom_start.S
@@ -42,7 +42,7 @@
* - Reset Handler (Entry 32)
*
* More information about Ibex's interrupts can be found here:
- * https://ibex-core.readthedocs.io/en/latest/exception_interrupts.html
+ * https://ibex-core.readthedocs.io/en/latest/03_reference/exception_interrupts.html
*/
.balign 256
.globl _mask_rom_interrupt_vector
diff --git a/sw/device/rom_exts/rom_ext_start.S b/sw/device/rom_exts/rom_ext_start.S
index 0830dcf..0684cc0 100644
--- a/sw/device/rom_exts/rom_ext_start.S
+++ b/sw/device/rom_exts/rom_ext_start.S
@@ -40,7 +40,7 @@
* - Reset Handler (Entry 32)
*
* More information about Ibex's interrupts can be found here:
- * https://ibex-core.readthedocs.io/en/latest/exception_interrupts.html
+ * https://ibex-core.readthedocs.io/en/latest/03_reference/exception_interrupts.html
*/
.balign 256
.globl _rom_ext_interrupt_vector