Skip to content

Commit 84e1809

Browse files
committed
Link fix
1 parent 10d5a90 commit 84e1809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-query-storage-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ echo `echo $(az storage message peek --queue-name outqueue -o tsv --query '[].{M
2323
The string returned should be the same as the message you sent to test the function.
2424

2525
> [!NOTE]
26-
> The previous example decodes the returned string from base64. This is because the Queue storage bindings write to and read from Azure Storage as [base64 strings](functions-bindings-storage-queue.md#encoding).
26+
> The previous example decodes the returned string from base64. This is because the Queue storage bindings write to and read from Azure Storage as [base64 strings](../articles/azure-functions/functions-bindings-storage-queue.md#encoding).

0 commit comments

Comments
 (0)