Update community projects (#18172)

diff --git a/docs/website/docs/community/index.md b/docs/website/docs/community/index.md
index 34869fd..3d7e624 100644
--- a/docs/website/docs/community/index.md
+++ b/docs/website/docs/community/index.md
@@ -14,15 +14,8 @@
   [iree-turbine](https://github.com/iree-org/iree-turbine) and
   [sharktank](https://github.com/nod-ai/sharktank).
 
-* The [IREE Bare-Metal Arm Sample](https://github.com/iml130/iree-bare-metal-arm)
-  shows how to build IREE with the
-  [Arm GNU Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain)
-  for bare-metal Arm targets using the open-source firmware libraries
-  [CMSIS](https://github.com/ARM-software/CMSIS_5) and
-  [libopencm3](https://github.com/libopencm3/libopencm3).
-
-* The [IREE C++ Template](https://github.com/iml130/iree-template-cpp)
-  shows one way to integrate IREE's runtime into a project with CMake.
+* The [IREE C++ Template](https://github.com/iml130/iree-template-cpp) *(archived)*
+  showed one way to integrate IREE's runtime into a project with CMake.
 
 Official repositories:
 
@@ -38,3 +31,10 @@
 * [iree-llvm-sandbox](https://github.com/iree-org/iree-llvm-sandbox)
   contains experimental work by the IREE team closely related to LLVM and
   MLIR, usually with the aim of contributing back to those upstream projects.
+
+* [iree-org/iree-bare-metal-arm](https://github.com/iree-org/iree-bare-metal-arm)
+  contains a various samples that demonstrate how to build IREE with the
+  [Arm GNU Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain)
+  for bare-metal Arm targets using the open-source firmware libraries
+  [CMSIS](https://github.com/ARM-software/CMSIS_5) and
+  [libopencm3](https://github.com/libopencm3/libopencm3).
diff --git a/docs/website/docs/guides/deployment-configurations/bare-metal.md b/docs/website/docs/guides/deployment-configurations/bare-metal.md
index da9daf9..5582359 100644
--- a/docs/website/docs/guides/deployment-configurations/bare-metal.md
+++ b/docs/website/docs/guides/deployment-configurations/bare-metal.md
@@ -140,7 +140,7 @@
 Examples of how to setup the CMakeLists.txt and .cmake file:
 
 * [IREE RISC-V toolchain cmake](https://github.com/iree-org/iree/blob/main/build_tools/cmake/riscv.toolchain.cmake)
-* [IREE Bare-Metal Arm Sample](https://github.com/iml130/iree-bare-metal-arm)
+* [IREE Bare-Metal Arm Sample](https://github.com/iree-org/iree-bare-metal-arm)
 * [IREE Bare-Metal RV32 Sample](https://github.com/AmbiML/iree-rv32-springbok)
 
 ## Bare-metal execution example