Skip to content

Commit c3163e9

Browse files
committed
fixes
1 parent f9777b9 commit c3163e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.openpublishing.redirection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4334,8 +4334,8 @@
43344334
"redirect_document_id": false
43354335
},
43364336
{
4337-
"source_path_from_root": "/articles/azure-functions/durable-functions-create-first-csharp.md",
4338-
"redirect_url": "/azure/azure-functions/durable-functions-isolated-create-first-csharp.md",
4337+
"source_path_from_root": "/articles/azure-functions/durable/durable-functions-create-first-csharp.md",
4338+
"redirect_url": "/azure/azure-functions/durable/durable-functions-isolated-create-first-csharp.md",
43394339
"redirect_document_id": false
43404340
},
43414341
{

articles/azure-functions/functions-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Functions is often the compute component in a serverless workflow topology, such
302302

303303
::: zone pivot="programming-language-csharp"
304304
+ Tutorial: [Create a function to integrate with Azure Logic Apps](./functions-twitter-email.md)
305-
+ Quickstart: [Create your first durable function in Azure using C#](./durable/durable-functions-create-first-csharp.md)
305+
+ Quickstart: [Create your first durable function in Azure using C#](./durable/durable-functions-isolated-create-first-csharp.md)
306306
+ Training: [Deploy serverless APIs with Azure Functions, Logic Apps, and Azure SQL Database](/training/modules/deploy-backend-apis/)
307307
::: zone-end
308308

0 commit comments

Comments
 (0)