Skip to content

Commit 183f73a

Browse files
authored
Merge pull request #105983 from craigshoemaker/patch-4
Fix link destination
2 parents a163121 + c50f9d1 commit 183f73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-storage-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Functions can run as new Azure Queue storage messages are created and can
1616
| Action | Type |
1717
|---------|---------|
1818
| Run a function as queue storage data changes | [Trigger](./functions-bindings-storage-queue-trigger.md) |
19-
| Write queue storage messages |[Output binding](./functions-bindings-storage-blob-output.md) |
19+
| Write queue storage messages |[Output binding](./functions-bindings-storage-queue-output.md) |
2020

2121
## Add to your Functions app
2222

0 commit comments

Comments
 (0)