aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-07-27 09:53:18 +0200
committerGravatar GitHub <noreply@github.com>2018-07-27 09:53:18 +0200
commit888d7da8de6f5f38a624ffa1ccd9f0dc3e599781 (patch)
treef488d33d8297c45cd743d753213148f9043c9b10 /examples/csharp
parente48fe72622f342a8cb6d5c0f38f4488615f997b7 (diff)
address review comments
Diffstat (limited to 'examples/csharp')
-rw-r--r--examples/csharp/HelloworldLegacyCsproj/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/csharp/HelloworldLegacyCsproj/README.md b/examples/csharp/HelloworldLegacyCsproj/README.md
index 9aa6cf0d83..6d42c5ef25 100644
--- a/examples/csharp/HelloworldLegacyCsproj/README.md
+++ b/examples/csharp/HelloworldLegacyCsproj/README.md
@@ -5,8 +5,8 @@ BACKGROUND
-------------
This is a different version of the helloworld example, using the old-style .csproj
files supported by VS2013 and VS2015 (and older versions of mono).
-You can still use gRPC with the old-style .csproj files, but using the new-style
-.csproj projects (supported by VS2017 and dotnet SDK) is recommended.
+You can still use gRPC with the old-style .csproj files, but [using the new-style
+.csproj projects](../helloworld/README.md) (supported by VS2017 and dotnet SDK) is recommended.
For this sample, we've already generated the server and client stubs from [helloworld.proto][].