- Use https link rather to bformat homepage

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 16:49:41 +02:00
parent a3c8b9dd9d
commit e8454d61df

View File

@ -55,7 +55,7 @@ DataMessage tristanEncoded = new DataMessage(tag, data);
socket.send(encodeForSend(tristanEncoded)); socket.send(encodeForSend(tristanEncoded));
``` ```
And let tristanable handle it! We even handle the message lengths and everything using another great project [bformat](http://deavmi.assigned.network/projects/bformat). And let tristanable handle it! We even handle the message lengths and everything using another great project [bformat](https://deavmi.assigned.network/projects/bformat).
## Format ## Format