From 274ec12f0f3166db0274a74e07eaff7c9010aaab Mon Sep 17 00:00:00 2001 From: "shalk(xiao kun)" Date: Fri, 26 Apr 2024 12:05:58 +0800 Subject: [PATCH] Update configuration.md --- docs/en/client/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/client/configuration.md b/docs/en/client/configuration.md index 00ad2babd..e9896ce3c 100644 --- a/docs/en/client/configuration.md +++ b/docs/en/client/configuration.md @@ -33,7 +33,7 @@ You can find all build-in configuration properties here: - [`GrpcChannelsProperties`](https://javadoc.io/page/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelsProperties.html) - [`GrpcChannelProperties`](https://javadoc.io/page/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelProperties.html) -- [`GrpcServerProperties.Security`](https://static.javadoc.io/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelProperties.Security.html) +- [`GrpcChannelProperties.Security`](https://static.javadoc.io/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelProperties.Security.html) If you prefer to read the sources instead, you can do so [here](https://github.com/grpc-ecosystem/grpc-spring/blob/master/grpc-client-spring-boot-starter/src/main/java/net/devh/boot/grpc/client/config/GrpcChannelProperties.java#L58).