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