aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/csharp/server_reflection.md
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-08-06 13:41:41 -0700
committerGravatar Mehrdad Afshari <mmx@google.com>2018-08-06 13:41:41 -0700
commited40f7044586990311caa64d7112ed3e0e51ce57 (patch)
treedec53b8b2245a58702e4b10b11b5dfc033c24061 /doc/csharp/server_reflection.md
parent5ffb9bf8c4ffcde396a3a649be396a8f70b4e2eb (diff)
Linkify grpc_cli in C# reflection tutorial
Diffstat (limited to 'doc/csharp/server_reflection.md')
-rw-r--r--doc/csharp/server_reflection.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/csharp/server_reflection.md b/doc/csharp/server_reflection.md
index 9721680269..7827cbb21f 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