From 2acdd2dd7c5ba4f435a2d9fa850d7c650d6f1ea9 Mon Sep 17 00:00:00 2001 From: Marc Duiker Date: Tue, 25 Feb 2025 12:16:52 +0100 Subject: [PATCH] Fix short code format 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 a0e356e54b2..2b70e456d0b 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