mirror of https://github.com/dapr/docs.git
fix localized link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
cbe1276e90
commit
fd58074990
|
@ -354,7 +354,7 @@ async function start() {
|
|||
|
||||
// Return a result for the given work item, which is also a random number in this case
|
||||
// For more information about random numbers in workflow please check
|
||||
// https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-code-constraints?tabs=csharp#random-numbers
|
||||
// https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-code-constraints?tabs=csharp#random-numbers
|
||||
return Math.floor(Math.random() * 11);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue