From cc3cbaf9622e580b5ac3f4a7022380decb9e2a49 Mon Sep 17 00:00:00 2001 From: Ric Letson <78682404+RicInNewMexico@users.noreply.github.com> Date: Sun, 28 Aug 2022 01:58:19 -0600 Subject: [PATCH] Update flashing-esp32.mdx Fixed broken link to python.org --- docs/getting-started/flashing-firmware/flashing-esp32.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/flashing-firmware/flashing-esp32.mdx b/docs/getting-started/flashing-firmware/flashing-esp32.mdx index 7d0cab8a..7a41dcae 100644 --- a/docs/getting-started/flashing-firmware/flashing-esp32.mdx +++ b/docs/getting-started/flashing-firmware/flashing-esp32.mdx @@ -111,7 +111,7 @@ pip3 install --upgrade esptool -- Download and install [Python](https://www.python.or). When installing, make sure to click `Add Python X.Y to PATH`. +- Download and install [Python](https://www.python.org). When installing, make sure to click `Add Python X.Y to PATH`. - Download and install [Gitbash](https://gitforwindows.org) (or other appropriate shell) and run all subsequent commands from that shell. :::note