From cd010facb749cc41935a5578f4d74b2915af131f Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Mon, 23 Jun 2025 21:24:43 -0700 Subject: [PATCH] correct migration link for C/C++ applications --- content/migration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/migration/_index.md b/content/migration/_index.md index 7fa47d402f..da2e6ca810 100644 --- a/content/migration/_index.md +++ b/content/migration/_index.md @@ -129,7 +129,7 @@ Which programming languages work on Arm servers? - Nearly all of them. | Languages | Learning Paths | Other Content (Blogs/Videos) | |-----------|----------------|----------------------------------------| -| C/C++ | [Migrating C/C++ applications](https://learn.arm.com/learning-paths/servers-and-cloud-computing/migration/c-c++/) | [What is new in LLVM 18?](https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/p1-whats-new-in-llvm-18) | +| C/C++ | [Migrating C/C++ applications](https://learn.arm.com/learning-paths/servers-and-cloud-computing/migration/c/) | [What is new in LLVM 18?](https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/p1-whats-new-in-llvm-18) | | Rust | [Rust Install Guide](https://learn.arm.com/install-guides/rust/) | [Neon Intrinsics in Rust](https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/rust-neon-intrinsics) | | Java | [Java Install Guide](https://learn.arm.com/install-guides/java/) | [Improving Java performance on Neoverse N1 systems](https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/java-performance-on-neoverse-n1) | | | [Migrating Java applications](https://learn.arm.com/learning-paths/servers-and-cloud-computing/migration/java/) | [Java Vector API on AArch64](https://community.arm.com/arm-community-blogs/b/high-performance-computing-blog/posts/java-vector-api-on-aarch64) |