From ed40f7044586990311caa64d7112ed3e0e51ce57 Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Mon, 6 Aug 2018 13:41:41 -0700 Subject: [PATCH] Linkify grpc_cli in C# reflection tutorial --- doc/csharp/server_reflection.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/csharp/server_reflection.md b/doc/csharp/server_reflection.md index 97216802694..7827cbb21f0 100644 --- a/doc/csharp/server_reflection.md +++ b/doc/csharp/server_reflection.md @@ -30,7 +30,8 @@ server.Start(); ``` After starting the server, you can verify that the server reflection -is working properly by using the `grpc_cli` command line tool: +is working properly by using the [`grpc_cli` command line +tool](https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md): ```sh $ grpc_cli ls localhost:50051