From d62deb6f9186d8b689f90e836e37d1b2e248df1a Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 2 May 2019 18:11:26 -1000 Subject: [PATCH] Update comparison.md (#12255) --- aspnetcore/grpc/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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