aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-06-20 21:31:38 +0200
committerGravatar GitHub <noreply@github.com>2018-06-20 21:31:38 +0200
commitfd7683c7de14fd93f9696e3aee8abf51d64745b3 (patch)
treeb53785ed47253b8af738b17a780cdab55942a9f5 /src/csharp/README.md
parent05628719f1c8d21969ddb700df05b4c63982b66a (diff)
parentf389e5267afe7a7f735fd7e4c2f923640d2f72c5 (diff)
Merge pull request #15802 from jtattermusch/contributing_improvements
Overhaul of top-level .md files
Diffstat (limited to 'src/csharp/README.md')
-rw-r--r--src/csharp/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md
index e117e66afd..92be4bf1e5 100644
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -42,7 +42,7 @@ If you are a user of gRPC C#, go to Usage section above.
- [dotnet SDK](https://www.microsoft.com/net/core)
- [Mono 4+](https://www.mono-project.com/) (only needed for Linux and MacOS)
-- Prerequisites mentioned in [INSTALL.md](../../INSTALL.md#pre-requisites)
+- Prerequisites mentioned in [BUILDING.md](../../BUILDING.md#pre-requisites)
to be able to compile the native code.
**Windows, Linux or Mac OS X**
@@ -93,6 +93,6 @@ THE NATIVE DEPENDENCY
Internally, gRPC C# uses a native library written in C (gRPC C core) and invokes its functionality via P/Invoke. The fact that a native library is used should be fully transparent to the users and just installing the `Grpc.Core` NuGet package is the only step needed to use gRPC C# on all supported platforms.
-[API Reference]: https://grpc.io/grpc/csharp/
+[API Reference]: https://grpc.io/grpc/csharp/api/Grpc.Core.html
[Helloworld Example]: ../../examples/csharp/helloworld
[RouteGuide Tutorial]: https://grpc.io/docs/tutorials/basic/csharp.html