Skip to content

Commit 1fe0306

Browse files
committed
fix broken link
1 parent abf8769 commit 1fe0306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/webapi/quick-start-console-app-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This quick start sample shows a simple approach to create a Visual Studio projec
213213

214214
For a more complete example that demonstrates recommended design patterns, review the [WebAPIService class library (C#)](samples/webapiservice.md). This is the project we use for our [Web API Data operations Samples (C#)](web-api-samples-csharp.md). It demonstrates:
215215

216-
- Managing Dataverse [service protection limits](../../api-limits.md) with the .NET resilience and transient fault handling library [Polly](https://github.com/App-vNext/Polly).
216+
- Managing Dataverse [service protection API limits](../api-limits.md) with the .NET resilience and transient fault handling library [Polly](https://github.com/App-vNext/Polly).
217217
- Managing an [HttpClient](/dotnet/api/system.net.http.httpclient) in .NET using [IHttpClientFactory](/dotnet/api/system.net.http.ihttpclientfactory).
218218
- Using configuration data to manage the behavior of the client.
219219
- Managing errors returned by Dataverse Web API.

0 commit comments

Comments
 (0)