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.