From b7d8fbe2e6f6003305d164c5eb9f974d3433df70 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Mon, 7 Apr 2025 03:11:06 +0700 Subject: [PATCH] Fix client reference url Signed-off-by: Tran Ngoc Nhan --- spring-grpc-docs/src/main/antora/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/index.adoc b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/index.adoc index 8640cda..143566e 100644 --- a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/index.adoc +++ b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/index.adoc @@ -8,4 +8,4 @@ Subsequent sections delve into each component and common use cases with a code-f The xref:server.adoc[server section] provides a high-level overview of gRPC servers and their representation in Spring gRPC. -The xref:server.adoc[client section] does the same for gRPC clients. A gRPC application can be a client and a server at the same time. +The xref:client.adoc[client section] does the same for gRPC clients. A gRPC application can be a client and a server at the same time.