diff options
Diffstat (limited to 'hw/misc/armsse-mhu.c')
-rw-r--r-- | hw/misc/armsse-mhu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/armsse-mhu.c b/hw/misc/armsse-mhu.c index a45d97f..0be7f0f 100644 --- a/hw/misc/armsse-mhu.c +++ b/hw/misc/armsse-mhu.c @@ -12,7 +12,7 @@ /* * This is a model of the Message Handling Unit (MHU) which is part of the * Arm SSE-200 and documented in - * http://infocenter.arm.com/help/topic/com.arm.doc.101104_0100_00_en/corelink_sse200_subsystem_for_embedded_technical_reference_manual_101104_0100_00_en.pdf + * https://developer.arm.com/documentation/101104/latest/ */ #include "qemu/osdep.h" |