From 0a7a60fd0cf0ec35d56fa4ee7371f52da6786260 Mon Sep 17 00:00:00 2001 From: Marc Duiker Date: Tue, 25 Feb 2025 18:20:40 +0100 Subject: [PATCH] Fix short code format (#4554) Signed-off-by: Marc Duiker --- .../reference/components-reference/supported-bindings/sftp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/sftp.md b/daprdocs/content/en/reference/components-reference/supported-bindings/sftp.md index a0e356e54..2b70e456d 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/sftp.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/sftp.md @@ -9,7 +9,7 @@ aliases: ## Component format -To set up the SFTP binding, create a component of type `bindings.sftp`. See [this guide]({{ ref bindings-overview.md }}) on how to create and apply a binding configuration. +To set up the SFTP binding, create a component of type `bindings.sftp`. See [this guide]({{< ref bindings-overview.md >}}) on how to create and apply a binding configuration. ```yaml apiVersion: dapr.io/v1alpha1