Skip to content

Commit 7b4aa19

Browse files
authored
Fix link to ASP.NET Core Route Constraints
Updated link to ASP.NET Core Route Constraint documentation.
1 parent cef26aa commit 7b4aa19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/functions-bindings-http-webhook-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ By default when you create a function for an HTTP trigger, the function is addre
700700
https://<APP_NAME>.azurewebsites.net/api/<FUNCTION_NAME>
701701
```
702702

703-
You can customize this route using the optional `route` property on the HTTP trigger's input binding. You can use any [ASP.NET Core Route Constraint](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/routing#route-constraints) with your parameters.
703+
You can customize this route using the optional `route` property on the HTTP trigger's input binding. You can use any [ASP.NET Core Route Constraint](/aspnet/core/fundamentals/routing#route-constraints) with your parameters.
704704

705705
::: zone pivot="programming-language-csharp"
706706

0 commit comments

Comments
 (0)