From d88b74064db833fb0fbde25658bfe5e230c2c28e Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Sun, 12 Aug 2018 23:36:19 +0300 Subject: [PATCH] docs: update esp32ulp-binutils download link --- docs/api-guides/ulp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-guides/ulp.rst b/docs/api-guides/ulp.rst index a5e54d062..a712b8ec0 100644 --- a/docs/api-guides/ulp.rst +++ b/docs/api-guides/ulp.rst @@ -15,8 +15,8 @@ Installing the toolchain ULP coprocessor code is written in assembly and compiled using the `binutils-esp32ulp toolchain`_. -1. Download the toolchain using the links listed on this page: -https://github.com/espressif/binutils-esp32ulp/wiki#downloads +1. Download pre-built binaries of the latest toolchain release from: +https://github.com/espressif/binutils-esp32ulp/releases. 2. Extract the toolchain into a directory, and add the path to the ``bin/`` directory of the toolchain to the ``PATH`` environment variable.