Commit 8acc03787b for qemu.org

commit 8acc03787bd602dec74c0169cf8cf232356eedbd
Author: Brian Cain <brian.cain@oss.qualcomm.com>
Date:   Tue Sep 8 12:06:28 2026 -0700

    docs: Correct semihost spec URL

    The previous URL worked at the time of submission but it appears that it
    was not a portable, durable reference.

    This one should work better.

    Reviewed-by: Marco Liebel <marco.liebel@oss.qualcomm.com>
    Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>

diff --git a/docs/system/target-hexagon.rst b/docs/system/target-hexagon.rst
index a9f8c29810..5d48cf401a 100644
--- a/docs/system/target-hexagon.rst
+++ b/docs/system/target-hexagon.rst
@@ -93,7 +93,7 @@ Hexagon supports a semihosting interface similar to other architectures'.
 The ``trap0`` instruction can activate these semihosting calls so that the
 guest software can access the host console and filesystem. Read the
 `Hexagon Semihosting Specification
-<https://docs.qualcomm.com/doc/80-N2040-101_102648/topic/semihosting-specification.html>`__
+<https://docs.qualcomm.com/doc/80-N2040-101/>`__
 for details. Semihosting is enabled by default on hexagon-sim-compatible
 machines. This can be further configured through ``-semihosting-config``.