Skip to content

Commit dfa1982

Browse files
Merge pull request #235132 from pritamso/Broken-link-fix-dzsquared
LinkFix: Broken link removed
2 parents a804970 + 04c015e commit dfa1982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def main(changes):
529529

530530
## Attributes
531531

532-
The [C# library](functions-dotnet-class-library.md) uses the [SqlTrigger](https://github.com/Azure/azure-functions-sql-extension/blob/main/src/TriggerBinding/SqlTriggerAttribute.cs) attribute to declare the SQL trigger on the function, which has the following properties:
532+
The [C# library](functions-dotnet-class-library.md) uses the [SqlTrigger](https://github.com/Azure/azure-functions-sql-extension/blob/release/trigger/src/TriggerBinding/SqlTriggerAttribute.cs) attribute to declare the SQL trigger on the function, which has the following properties:
533533

534534
| Attribute property |Description|
535535
|---------|---------|

0 commit comments

Comments
 (0)