From f6db61e4f472b3a5d792312616d8b5678de6f4c2 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 30 Apr 2018 15:44:05 +1000 Subject: [PATCH] cmake docs: Fix Windows tools installer download URL --- docs/en/get-started/windows-setup-cmake.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/get-started/windows-setup-cmake.rst b/docs/en/get-started/windows-setup-cmake.rst index 8c4ac6db3..0545e7d50 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.