From f7cc067724737e7b6f29aae2a71efb9765083ee5 Mon Sep 17 00:00:00 2001 From: Vane11ope Date: Mon, 22 Jun 2020 02:42:31 +0900 Subject: [PATCH] the link of wsproto was not displayed right I just fixed the link attached to wsproto. --- docs/src/content/concepts-protocols.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/content/concepts-protocols.md b/docs/src/content/concepts-protocols.md index dc9d84fbb..ac74f2482 100644 --- a/docs/src/content/concepts-protocols.md +++ b/docs/src/content/concepts-protocols.md @@ -55,8 +55,7 @@ can enable it with: `http2_priority=true`. [RFC7692: Compression Extensions for WebSocket](http://tools.ietf.org/html/rfc7692) -WebSocket support in mitmproxy is based on [wsproto] -(https://github.com/python-hyper/wsproto) project. It fully encapsulates +WebSocket support in mitmproxy is based on [wsproto](https://github.com/python-hyper/wsproto) project. It fully encapsulates WebSocket frames/messages/connections and provides an easy-to-use event-based API.