diff --git a/docs/contribute/codebase.mdx b/docs/contribute/codebase.mdx index 98935ab8fea17e..2a66bac46c42d3 100644 --- a/docs/contribute/codebase.mdx +++ b/docs/contribute/codebase.mdx @@ -87,8 +87,7 @@ third Ctrl-C, the client sends a SIGKILL to the server instead. The source code of the client is under `src/main/cpp` and the protocol used to communicate with the server is in `src/main/protobuf/command_server.proto` . -The main entry point of the server is `BlazeRuntime.main()` and the gRPC calls -from the client are handled by `GrpcServerImpl.run()`. +The main entry point of the server is `BlazeRuntime.main()`. ## Directory layout