From 0056beff25c8bb9910ba6311dd0cca42dcb174af Mon Sep 17 00:00:00 2001 From: Idan Gadot Date: Fri, 25 Sep 2020 09:39:20 -0700 Subject: [PATCH] Fix broken link to filters unit tests A note about GatewayFilter factories contained a broken link to unit tests. fixes gh-1960 --- docs/src/main/asciidoc/spring-cloud-gateway.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-gateway.adoc b/docs/src/main/asciidoc/spring-cloud-gateway.adoc index 995a4568..2ec47be2 100644 --- a/docs/src/main/asciidoc/spring-cloud-gateway.adoc +++ b/docs/src/main/asciidoc/spring-cloud-gateway.adoc @@ -457,7 +457,7 @@ Route filters allow the modification of the incoming HTTP request or outgoing HT Route filters are scoped to a particular route. Spring Cloud Gateway includes many built-in GatewayFilter Factories. -NOTE: For more detailed examples of how to use any of the following filters, take a look at the https://github.com/spring-cloud/spring-cloud-gateway/tree/master/spring-cloud-gateway-core/src/test/java/org/springframework/cloud/gateway/filter/factory[unit tests]. +NOTE: For more detailed examples of how to use any of the following filters, take a look at the https://github.com/spring-cloud/spring-cloud-gateway/tree/master/spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/filter/factory[unit tests]. === The `AddRequestHeader` `GatewayFilter` Factory