diff --git a/docs/advanced/entities.md b/docs/advanced/entities.md index cfbc46beb..842345794 100644 --- a/docs/advanced/entities.md +++ b/docs/advanced/entities.md @@ -22,9 +22,10 @@ If you want to build applications that leverage the capabilities of Durable Enti ### Durable Task SDK with Durable Task Scheduler -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. +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. ## Next Steps - [Durable Task Scheduler](../providers/durable-task-scheduler.md) — Learn about the Durable Task Scheduler backend - [Choosing a Backend](../getting-started/choosing-a-backend.md) — Compare available backend providers + diff --git a/docs/telemetry/application-insights.md b/docs/telemetry/application-insights.md index fe2d0ddf8..bab234285 100644 --- a/docs/telemetry/application-insights.md +++ b/docs/telemetry/application-insights.md @@ -349,7 +349,7 @@ await Task.Delay(TimeSpan.FromSeconds(5)); // Allow time for flush ## Samples See the complete working sample: -- [Application Insights Sample](../../../samples/DistributedTraceSample/ApplicationInsights) +- [Application Insights Sample](../../samples/DistributedTraceSample/ApplicationInsights) ## Next Steps