Skip to content

Commit e6a57ea

Browse files
Merge pull request #242291 from pritamso/Broken-link-fix-dzsquared
Broken link fix
2 parents c94a751 + 9216b74 commit e6a57ea

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

articles/azure-functions/functions-bindings-azure-sql-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ namespace AzureSQL.ToDo
240240
# [C# Script](#tab/csharp-script)
241241

242242

243-
More samples for the Azure SQL input binding are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/main/samples/samples-csharpscript).
243+
More samples for the Azure SQL input binding are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/main/samples/samples-csx).
244244

245245
This section contains the following examples:
246246

articles/azure-functions/functions-bindings-azure-sql-output.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,13 +329,9 @@ namespace AzureSQL.ToDo
329329
}
330330
```
331331

332-
333-
334-
335332
# [C# Script](#tab/csharp-script)
336333

337-
338-
More samples for the Azure SQL output binding are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/main/samples/samples-csharpscript).
334+
More samples for the Azure SQL output binding are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/main/samples/samples-csx).
339335

340336
This section contains the following examples:
341337

0 commit comments

Comments
 (0)