Skip to content

Commit

Permalink
Fixed link on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codepr committed Mar 9, 2019
1 parent b194b99 commit e1e1345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Sol
Oversimplified MQTT broker written from scratch, which mimick mosquitto
features. Implemented for learning how the protocol works, for now it supports
almost all MQTT v3.1.1 commands on linux platform; it relies on EPOLL interface
for multiplexing I/O. Development process is documented in this (series of posts)[https://codepr.github.io/posts/sol-mqtt-broker].
for multiplexing I/O. Development process is documented in this [series of posts](https://codepr.github.io/posts/sol-mqtt-broker).

## Build

Expand Down

0 comments on commit e1e1345

Please sign in to comment.