From c725749590616ce1bd431ba88586c400ff43fe1c Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 30 Dec 2017 00:10:56 +0000 Subject: [PATCH] Remove link to msgpack.org, as it breaks linkchecker. --- src/tox/Network/Tox/Testing.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tox/Network/Tox/Testing.lhs b/src/tox/Network/Tox/Testing.lhs index 2e6d03fa..fa354a02 100644 --- a/src/tox/Network/Tox/Testing.lhs +++ b/src/tox/Network/Tox/Testing.lhs @@ -1,7 +1,7 @@ \chapter{Testing} The final part of the architecture is the test protocol. We use a -\href{http://msgpack.org}{MessagePack} based RPC protocol to expose language +MessagePack (https://msgpack.org) based RPC protocol to expose language agnostic interfaces to internal functions. Using property based testing with random inputs as well as specific edge case tests help ensure that an implementation of the Tox protocol following the architecture specified in this