From b2ec58af1c011f8d7829a532ffa122a384a17908 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Fri, 18 May 2018 17:09:53 +0530 Subject: [PATCH] docs: fix link for FTDI VCP drivers Signed-off-by: Mahavir Jain --- docs/en/get-started/establish-serial-connection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/get-started/establish-serial-connection.rst b/docs/en/get-started/establish-serial-connection.rst index 22e08b0fc1..d4c0943a44 100644 --- a/docs/en/get-started/establish-serial-connection.rst +++ b/docs/en/get-started/establish-serial-connection.rst @@ -13,7 +13,7 @@ Below are the links to drivers for ESP32 boards produced by Espressif: * ESP32-PICO-KIT and ESP32-DevKitC - `CP210x USB to UART Bridge VCP Drivers `_ -* ESP32-WROVER-KIT and ESP32 Demo Board - `FTDI Virtual COM Port Drivers `_ +* ESP32-WROVER-KIT and ESP32 Demo Board - `FTDI Virtual COM Port Drivers `_ Above drivers are primarily for reference. They should already be bundled with the operating system and installed automatically once one of listed boards is connected to the PC.