mirror of https://github.com/grpc/grpc.io.git
Fix undefined markdown link reference in C++ Quick start (#532)
This commit is contained in:
parent
53302100f3
commit
d2d9079211
|
|
@ -174,7 +174,7 @@ Now let's look at how to update the application with an extra method on the
|
|||
server for the client to call. Our gRPC service is defined using protocol
|
||||
buffers; you can find out lots more about how to define a service in a `.proto`
|
||||
file in [Introduction to gRPC](/docs/what-is-grpc/introduction/) and [Basics
|
||||
tutorial][]. For now all you need to know is that both the
|
||||
tutorial](../basics/). For now all you need to know is that both the
|
||||
server and the client stub have a `SayHello()` RPC method that takes a
|
||||
`HelloRequest` parameter from the client and returns a `HelloResponse` from the
|
||||
server, and that this method is defined like this:
|
||||
|
|
|
|||
Loading…
Reference in New Issue