C++ async tutorial: fix link to basics, switch to using relref (#616)

This commit is contained in:
Patrice Chalin 2021-01-28 16:21:49 -05:00 committed by GitHub
parent 7da969c7a9
commit 05fc7bf471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ spelling: cSpell:ignore classgrpc Impl's
This tutorial shows you how to write a simple server and client in C++ using
gRPC's asynchronous/non-blocking APIs. It assumes you are already familiar with
writing simple synchronous gRPC code, as described in [Basics
tutorial](/docs/languages/android/basics/). The example used in this tutorial follows
tutorial]({{< relref "basics" >}}). The example used in this tutorial follows
from the basic [Greeter example](https://github.com/grpc/grpc/tree/{{< param grpc_vers.core >}}/examples/cpp/helloworld) used in the
[quick start](../quickstart/). You'll find it along with installation
[quick start]({{< relref "quickstart" >}}). You'll find it along with installation
instructions in
[grpc/examples/cpp/helloworld](https://github.com/grpc/grpc/tree/{{< param grpc_vers.core >}}/examples/cpp/helloworld).