diff --git a/aspnetcore/grpc/comparison.md b/aspnetcore/grpc/comparison.md index cb71475c1a..435b0529d0 100644 --- a/aspnetcore/grpc/comparison.md +++ b/aspnetcore/grpc/comparison.md @@ -11,7 +11,7 @@ uid: grpc/comparison By [James Newton-King](https://twitter.com/jamesnk) -This article explains how [gRPC services](https://grpc.io/docs/guides/) compare to HTTP APIs (including ASP.NET Core [Web APIs](xref: web-api/index)). The technology used to provide an API for your app is an important choice, and gRPC offers unique benefits compared to HTTP APIs. This article discusses the strengths and weaknesses of gRPC and recommends scenarios for using gRPC over other technologies. +This article explains how [gRPC services](https://grpc.io/docs/guides/) compare to HTTP APIs (including ASP.NET Core [Web APIs](xref:web-api/index)). The technology used to provide an API for your app is an important choice, and gRPC offers unique benefits compared to HTTP APIs. This article discusses the strengths and weaknesses of gRPC and recommends scenarios for using gRPC over other technologies. #### Overview