From 4c36fec2990559bd62deb44dc96fb0bf30dd0e70 Mon Sep 17 00:00:00 2001 From: taras Date: Thu, 15 Aug 2024 13:47:16 +0200 Subject: [PATCH] Fix link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e6353b8..17cd38b 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Performance ----------- picows is implemented in Cython and provides unparalleled performance compared to other popular WebSocket libraries. -.. image:: https://raw.githubusercontent.com/tarasko/picows/master/docs/picows_benchmark.png +.. image:: https://raw.githubusercontent.com/tarasko/picows/master/docs/source/_static/picows_benchmark.png :target: https://github.com/tarasko/picows/blob/master/docs/source/_static/picows_benchmark.png?raw=true The above chart shows the performance of echo clients communicating with a server through a loopback interface using popular Python libraries.