Update keyboard link

This commit is contained in:
Anthony Sottile 2019-11-16 16:00:30 -08:00
parent 198898e2aa
commit f720921c33
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -174,7 +174,7 @@ def keyboard(match: Match[str]) -> Response:
return MessageResponse( return MessageResponse(
match, match,
'this is my streaming keyboard (contributed by PhillipWei): ' 'this is my streaming keyboard (contributed by PhillipWei): '
'http://www.wasdkeyboards.com/index.php/products/code-keyboard/code-87-key-mechanical-keyboard.html', # noqa: E501 'https://www.wasdkeyboards.com/code-v3-87-key-mechanical-keyboard-zealio-67g.html', # noqa: E501
) )