From 917cf3c7f09f1755dc2bcb80608561b21ecb1b19 Mon Sep 17 00:00:00 2001
From: Adrian Cuzman <adriancuzman@users.noreply.github.com>
Date: Sat, 5 Jan 2019 22:04:34 +0200
Subject: [PATCH] Fix (broken) link to Install ReArm tutorial (#12823)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 59c3429759..120cbd504f 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Download earlier versions of Marlin on the [Releases page](https://github.com/Ma
 
 ## Building Marlin 2.0
 
-To build Marlin 2.0 you'll need [Arduino IDE 1.9](https://www.arduino.cc/en/main/software) or [PlatformIO](http://docs.platformio.org/en/latest/ide.html#platformio-ide). We've posted detailed instructions on how to [build Marlin 2.0 for ARM](http://marlinfw.org/docs/basics/install_arm.html).
+To build Marlin 2.0 you'll need [Arduino IDE 1.9](https://www.arduino.cc/en/main/software) or [PlatformIO](http://docs.platformio.org/en/latest/ide.html#platformio-ide). We've posted detailed instructions on how to [build Marlin 2.0 for ARM](http://marlinfw.org/docs/basics/install_rearm.html).
 
 ## Hardware Abstraction Layer (HAL)
 
-- 
GitLab