Skip to content

Commit 7c4e018

Browse files
authored
Fix broken links in documentation (#1300)
1 parent f0c361a commit 7c4e018

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/advanced/entities.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ If you want to build applications that leverage the capabilities of Durable Enti
2222

2323
### Durable Task SDK with Durable Task Scheduler
2424

25-
The [Durable Task SDK](https://github.com/microsoft/durabletask-dotnet) used together with the [Durable Task Scheduler](durable-task-scheduler.md) provides a modern programming model with entity support. This is the recommended approach for new .NET applications that need durable entity capabilities outside of Azure Functions.
25+
The [Durable Task SDK](https://github.com/microsoft/durabletask-dotnet) used together with the [Durable Task Scheduler](../providers/durable-task-scheduler.md) provides a modern programming model with entity support. This is the recommended approach for new .NET applications that need durable entity capabilities outside of Azure Functions.
2626

2727
## Next Steps
2828

2929
- [Durable Task Scheduler](../providers/durable-task-scheduler.md) — Learn about the Durable Task Scheduler backend
3030
- [Choosing a Backend](../getting-started/choosing-a-backend.md) — Compare available backend providers
31+

docs/telemetry/application-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ await Task.Delay(TimeSpan.FromSeconds(5)); // Allow time for flush
349349
## Samples
350350

351351
See the complete working sample:
352-
- [Application Insights Sample](../../../samples/DistributedTraceSample/ApplicationInsights)
352+
- [Application Insights Sample](../../samples/DistributedTraceSample/ApplicationInsights)
353353

354354
## Next Steps
355355

0 commit comments

Comments
 (0)