From ee09af49a5fbd7f5d463c35d6eb90b18e1bdded0 Mon Sep 17 00:00:00 2001 From: wangweibing Date: Fri, 23 Jul 2021 10:16:37 +0000 Subject: [PATCH 1/2] Fix http client doc --- docs/cn/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cn/client.md b/docs/cn/client.md index c49b5e3d79..566ebf1766 100755 --- a/docs/cn/client.md +++ b/docs/cn/client.md @@ -751,7 +751,7 @@ set_request_compress_type()设置request的压缩方式,默认不压缩。 注意:附件不会被压缩。 -http/h2 body的压缩方法见[client压缩request body](http_client#压缩request-body)。 +http/h2 body的压缩方法见[client压缩request body](http_client.md#压缩request-body)。 支持的压缩方法有: From 32ba62d10b8b01dc63e441d63dc4d89fbccf3c67 Mon Sep 17 00:00:00 2001 From: wangweibing Date: Mon, 26 Jul 2021 02:22:15 +0000 Subject: [PATCH 2/2] Fix en http client doc --- docs/en/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/client.md b/docs/en/client.md index 15b1f0db07..82763f6588 100644 --- a/docs/en/client.md +++ b/docs/en/client.md @@ -757,7 +757,7 @@ set_request_compress_type() sets compress-type of the request, no compression by NOTE: Attachment is not compressed by brpc. -Check out [compress request body](http_client#压缩request-body) to compress http/h2 body. +Check out [compress request body](http_client.md#compress-request-body) to compress http/h2 body. Supported compressions: