[committed] wwwdocs: gcc-10: Update two developer.arm.com links

Message ID 20221029211510.8DC5333E4A@hamza.pair.com
State Committed
Headers
Series [committed] wwwdocs: gcc-10: Update two developer.arm.com links |

Commit Message

Gerald Pfeifer Oct. 29, 2022, 9:15 p.m. UTC
  Pushed.

---
 htdocs/gcc-10/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 79de28f7..2bad8ea3 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -850,14 +850,14 @@  typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512)));
   with <code>MOVT</code>. For example, <code>-mcpu=cortex-m0</code>
   now supports this option.</li>
   <li>Support for the
-  <a href="https://developer.arm.com/architectures/cpu-architecture/m-profile">
+  <a href="https://developer.arm.com/Architectures/M-Profile%20Architecture">
   Armv8.1-M Mainline</a> Architecture has been added.
   <ul>
     <li>Armv8.1-M Mainline can be enabled by using the
       <code>-march=armv8.1-m.main</code> command-line option.</li>
   </ul></li>
   <li>Support for the
-  <a href="https://developer.arm.com/architectures/instruction-sets/simd-isas/helium/helium-intrinsics">
+  <a href="https://developer.arm.com/architectures/instruction-sets/intrinsics/">
   MVE</a> beta ACLE intrinsics has been added. These intrinsics can be
   enabled by including the arm_mve.h header file and passing the
   <code>+mve</code> or <code>+mve.fp</code> option extensions (for