summaryrefslogtreecommitdiff
path: root/docs/develop
diff options
context:
space:
mode:
authorDavid Lechner <david@pybricks.com>2022-07-08 13:47:54 -0500
committerDamien George <damien@micropython.org>2022-08-11 14:27:06 +1000
commit888e831bf78518c367d40a6b77b29c6aab13a7f0 (patch)
treee110162af2f6f81a5218d77e5360a892db28654d /docs/develop
parent0546a12238b53f3243cc6ae5dfbb7bcac1d0be9a (diff)
docs: Update links for Arm GCC toolchain.
The separate A and RM toolchains have been discontinued and replaced by a single toolchain. This updates the links to the RM toolchain to the new toolchain. Signed-off-by: David Lechner <david@pybricks.com>
Diffstat (limited to 'docs/develop')
-rw-r--r--docs/develop/gettingstarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/develop/gettingstarted.rst b/docs/develop/gettingstarted.rst
index 36062ddc0..000b7d613 100644
--- a/docs/develop/gettingstarted.rst
+++ b/docs/develop/gettingstarted.rst
@@ -103,7 +103,7 @@ For the stm32 port, the ARM cross-compiler is required:
$ sudo apt-get install arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib
See the `ARM GCC
-toolchain <https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm>`_
+toolchain <https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads>`_
for the latest details.
Python is also required. Python 2 is supported for now, but we recommend using Python 3.