We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ca9ff commit 0cfe644Copy full SHA for 0cfe644
_labs/chat-client.md
@@ -112,7 +112,7 @@ Here is a demonstration of the chat client:
112
- Your program must have the usage pattern provided above and parse all of the options and arguments correctly.
113
114
- You are allowed to use the following third-party Python libraries. All other third-party libraries are off limits.
115
- - [Paho MQTT Client library](https://www.eclipse.org/paho/index.php?page=clients/python/docs/index.php)
+ - [Paho MQTT Client library](https://eclipse.dev/paho/files/paho.mqtt.python/html/index.html)
116
- [Texual](https://textual.textualize.io/getting_started/) *(if you are building a TUI)*
117
118
- The default port must be `1883`, and the default hostname must be `localhost`.
0 commit comments