From e6aa8f3ff4200992cc2cdbfc875203f335a7dbe8 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Thu, 23 Jan 2020 16:43:06 -0800 Subject: [PATCH] Update toolchain link in readme (#2304) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe1f8c5602..b8ea609623 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Using Gradle makes building WPILib very straightforward. It only has a few depen - On Linux, GCC works fine - On Windows, you need Visual Studio 2019 (the free community edition works fine). Make sure to select the C++ Programming Language for installation -- [ARM Compiler Toolchain](https://github.com/wpilibsuite/toolchain-builder/releases) +- [ARM Compiler Toolchain](https://github.com/wpilibsuite/roborio-toolchain/releases) * Note that for 2020 and beyond, you should use version 7 or greater of GCC - Doxygen (Only required if you want to build the C++ documentation)