Skip to content

Commit 5c5d2c8

Browse files
committed
Merge pull request #3932 from JoeCqupt/main
Fix the invalid links in the document
1 parent b9347f5 commit 5c5d2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/spring-cloud-gateway-server-webflux/gatewayfilter-factories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Route filters allow the modification of the incoming HTTP request or outgoing HT
66
Route filters are scoped to a particular route.
77
Spring Cloud Gateway includes many built-in GatewayFilter Factories.
88

9-
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].
9+
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/main/spring-cloud-gateway-server-webflux/src/test/java/org/springframework/cloud/gateway/filter/factory[unit tests].
1010

0 commit comments

Comments
 (0)