From d1457b74105ccc5fdff550c51b64ced20c9cf4a6 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 26 Nov 2019 18:09:19 -0800 Subject: [PATCH] updated cpp CompletionQueue link --- content/docs/tutorials/async/helloasync-cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/tutorials/async/helloasync-cpp.md b/content/docs/tutorials/async/helloasync-cpp.md index 63a6dba..eb93068 100644 --- a/content/docs/tutorials/async/helloasync-cpp.md +++ b/content/docs/tutorials/async/helloasync-cpp.md @@ -19,7 +19,7 @@ instructions in ### Overview gRPC uses the -[`CompletionQueue`](/grpc/cpp/classgrpc_1_1_completion_queue.html) +[`CompletionQueue`](/grpc/cpp/classgrpc__impl_1_1_completion_queue.html) API for asynchronous operations. The basic work flow is as follows: