Skip to content

Commit

Permalink
gRPC sample link fix (#18282)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadepickett committed May 12, 2020
1 parent 41ecfaa commit 511573e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aspnetcore/tutorials/grpc/readme.md
Expand Up @@ -18,6 +18,6 @@ For a tutorial on this sample see [Tutorial: Create a gRPC client and server in

### Docs help & next steps for gRPC

* [Introduction to gRPC on ASP.NET Core](https://docs.microsoft.com/aspnet/core/grpc/index?view=aspnetcore-3.0)
* [gRPC services with C#](https://docs.microsoft.com/aspnet/core/grpc/basics?view=aspnetcore-3.0)
* [Migrating gRPC services from C-core to ASP.NET Core](https://docs.microsoft.com/aspnet/core/grpc/migration?view=aspnetcore-3.0)
* [Introduction to gRPC on ASP.NET Core](https://docs.microsoft.com/aspnet/core/grpc/)
* [gRPC services with C#](https://docs.microsoft.com/aspnet/core/grpc/basics/)
* [Migrating gRPC services from C-core to ASP.NET Core](https://docs.microsoft.com/aspnet/core/grpc/migration/)

0 comments on commit 511573e

Please sign in to comment.