Fix broken link to filters unit tests

A note about GatewayFilter factories contained a broken link to unit tests.

fixes gh-1960
This commit is contained in:
Idan Gadot
2020-09-25 09:39:20 -07:00
committed by spencergibb
parent 1cfe3f9636
commit 0056beff25

View File

@@ -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