From b03516adfbd3bac1512f2fb10d29a1b13cefb82b Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Wed, 4 Sep 2024 14:18:02 +0200 Subject: [PATCH] Fix doc section anchor. --- docs/modules/ROOT/pages/spring-cloud-openfeign.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/spring-cloud-openfeign.adoc b/docs/modules/ROOT/pages/spring-cloud-openfeign.adoc index 5533f442..258175d5 100644 --- a/docs/modules/ROOT/pages/spring-cloud-openfeign.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-openfeign.adoc @@ -562,7 +562,7 @@ public interface UserClient extends UserService { WARNING: `@FeignClient` interfaces should not be shared between server and client and annotating `@FeignClient` interfaces with `@RequestMapping` on class level is no longer supported. -[[feign-request/response-compression]] +[[feign-request-response-compression]] === Feign request/response compression You may consider enabling the request or response GZIP compression for your