Skip to content

Commit e1e1345

Browse files
committed
Fixed link on readme
1 parent b194b99 commit e1e1345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Sol
44
Oversimplified MQTT broker written from scratch, which mimick mosquitto
55
features. Implemented for learning how the protocol works, for now it supports
66
almost all MQTT v3.1.1 commands on linux platform; it relies on EPOLL interface
7-
for multiplexing I/O. Development process is documented in this (series of posts)[https://codepr.github.io/posts/sol-mqtt-broker].
7+
for multiplexing I/O. Development process is documented in this [series of posts](https://codepr.github.io/posts/sol-mqtt-broker).
88

99
## Build
1010

0 commit comments

Comments
 (0)