Skip to content

Commit

Permalink
C++ async tutorial: fix link to basics, switch to using relref (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 28, 2021
1 parent 7da969c commit 05fc7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/languages/cpp/async.md
Expand Up @@ -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).

Expand Down

0 comments on commit 05fc7bf

Please sign in to comment.