From af25350b94e6c41cb4ff9bfd01f0476a6963fb26 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 20 Aug 2019 10:49:12 -0700 Subject: [PATCH] Update keyboard link --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 1f48d91..ef9ec03 100644 --- a/bot.py +++ b/bot.py @@ -154,7 +154,7 @@ def keyboard(match: Match[str]) -> Response: return MessageResponse( match, 'this is my streaming keyboard (contributed by PhillipWei): ' - 'http://www.wasdkeyboards.com/index.php/products/mechanical-keyboard/wasd-v3-87-key-custom-mechanical-keyboard.html', # noqa: E501 + 'http://www.wasdkeyboards.com/index.php/products/code-keyboard/code-87-key-mechanical-keyboard.html', # noqa: E501 )