From: Angus Gratton Date: Mon, 30 Apr 2018 05:44:05 +0000 (+1000) Subject: cmake docs: Fix Windows tools installer download URL X-Git-Tag: v3.1-rc2~9^2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6db61e4f472b3a5d792312616d8b5678de6f4c2;p=esp-idf cmake docs: Fix Windows tools installer download URL --- diff --git a/docs/en/get-started/windows-setup-cmake.rst b/docs/en/get-started/windows-setup-cmake.rst index 8c4ac6db3d..0545e7d501 100644 --- a/docs/en/get-started/windows-setup-cmake.rst +++ b/docs/en/get-started/windows-setup-cmake.rst @@ -18,7 +18,7 @@ ESP-IDF Tools Installer The easiest way to install ESP-IDF's prerequisites is to download the ESP-IDF Tools installer from this URL: -https://dl.espressif.com/esp-idf-tools-setup-1.0.exe +https://dl.espressif.com/dl/esp-idf-tools-setup-1.0.exe The installer will automatically install the ESP32 Xtensa gcc toolchain, Ninja_ build tool, and mconf configuration tool. The installer can also download and run installers for CMake_ and Python_ 2.7 if these are not already installed on the computer.