From e8454d61dfaa7b7d9973b4ff973757a08ac3ca4d Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 26 Mar 2023 16:49:41 +0200 Subject: [PATCH] - Use `https` link rather to `bformat` homepage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aba6d0..8393db6 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ DataMessage tristanEncoded = new DataMessage(tag, data); 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