From ef7d4fcdaa6e0980e92b79831b552c0b24527407 Mon Sep 17 00:00:00 2001 From: emanulato Date: Sat, 16 Aug 2025 15:07:45 +0200 Subject: [PATCH] fix PuTTY link in handson.md The link to PuTTY was pointing to putty.org. This domain has no relation to the PuTTY project! Instead, the website run by the actual PuTTY team can be found under https://putty.software , see https://hachyderm.io/@simontatham/115025974777386803 --- slides/shared/handson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/shared/handson.md b/slides/shared/handson.md index 70c58283..5ad4216d 100644 --- a/slides/shared/handson.md +++ b/slides/shared/handson.md @@ -110,7 +110,7 @@ class: in-person - On Windows, get one of these: - - [putty](http://www.putty.org/) + - [putty](https://putty.software/) - Microsoft [Win32 OpenSSH](https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH) - [Git BASH](https://git-for-windows.github.io/) - [MobaXterm](http://mobaxterm.mobatek.net/)