From 9aaf87c6d2947544932366b98a9966049b4a9794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Hagenaars-Keus?= <7457283+LeonHagenaarsKeus@users.noreply.github.com> Date: Mon, 4 Aug 2025 14:16:38 +0200 Subject: [PATCH] docs: Updated putty link (#3020) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Solves issue #3019 (incorrect putty link) - putty.org is not affiliated with the putty software - the site now hosts links to interviews about a recent pandemic - this pull request updates the link to the actual project page Co-authored-by: Léon Hagenaars-Keus --- docs/docs/development/usb-logging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/usb-logging.mdx b/docs/docs/development/usb-logging.mdx index 45c54ad04..98948b6d2 100644 --- a/docs/docs/development/usb-logging.mdx +++ b/docs/docs/development/usb-logging.mdx @@ -68,7 +68,7 @@ sudo tio /dev/ttyACM0 -On Windows, you can use [PuTTY](https://www.putty.org/). Once installed, use Device Manager to figure out which COM port your controller is communicating on (listed under 'Ports (COM & LPT)') and specify that as the 'Serial line' in PuTTY. +On Windows, you can use [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html). Once installed, use Device Manager to figure out which COM port your controller is communicating on (listed under 'Ports (COM & LPT)') and specify that as the 'Serial line' in PuTTY. ![Controller COM port](../assets/usb-logging/com.jpg)