From d00bf9ddc3ca31cf1cbef2d9720f44bc1f544be0 Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Fri, 8 Mar 2024 10:00:06 +0100 Subject: [PATCH] README: Use absolute links to the images --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e06695d..c8e2e03 100644 --- a/README.md +++ b/README.md @@ -55,20 +55,20 @@ in the various scenarios. For example: ### Single HTTP/1.1 requests scenario -![Single requests](docs/single_x100_1k.png) +![Single requests](https://docs.gufolabs.com/gufo_http/single_x100_1k.png) *Lower is better* ### 100 Linear HTTP/1.1 requests scenario -![Linear requests](docs/linear_x100_1k.png) +![Linear requests](https://docs.gufolabs.com/gufo_http/linear_x100_1k.png) *Lower is better* ### 100 Parallel HTTP/1.1 requests scenario -![Parallel requests](docs/p4_x100_1k.png) +![Parallel requests](https://docs.gufolabs.com/gufo_http/p4_x100_1k.png) *Lower is better* -Refer to [benchmarks](benchmarks/README.md) for details. +Refer to [benchmarks](https://docs.gufolabs.com/gufo_http/benchmarks/) for details. ## On Gufo Stack