From 15d8de06aaae528b1655896e1fb567b1c537c786 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Tue, 21 Jun 2022 13:53:32 -0500 Subject: [PATCH] build fix Signed-off-by: Hannah Hunter --- .../en/getting-started/quickstarts/bindings-quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md index ec68f47ec..5ebc0ca21 100644 --- a/daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md @@ -388,7 +388,7 @@ spec: When you execute the `dapr run` command and specify the component path, the Dapr sidecar: -- Initiates the PostgreSQL [binding building block]({{< ref /reference/components-reference/supported-bindings/postgres.md >}}) +- Initiates the PostgreSQL [binding building block]({{< ref postgres.md >}}) - Connects to PostgreSQL using the settings specified in the `bindings-postgres.yaml` file With the `bindings-postgres.yaml` component, you can easily swap out the backend database [binding](/reference/components-reference/supported-bindings/) without making code changes. @@ -582,7 +582,7 @@ spec: When you execute the `dapr run` command and specify the component path, the Dapr sidecar: -- Initiates the PostgreSQL [binding building block]({{< ref /reference/components-reference/supported-bindings/postgres.md >}}) +- Initiates the PostgreSQL [binding building block]({{< ref postgres.md >}}) - Connects to PostgreSQL using the settings specified in the `bindings-postgres.yaml` file With the `bindings-postgres.yaml` component, you can easily swap out the backend database [binding](/reference/components-reference/supported-bindings/) without making code changes. @@ -777,7 +777,7 @@ spec: When you execute the `dapr run` command and specify the component path, the Dapr sidecar: -- Initiates the PostgreSQL [binding building block]({{< ref /reference/components-reference/supported-bindings/postgres.md >}}) +- Initiates the PostgreSQL [binding building block]({{< ref postgres.md >}}) - Connects to PostgreSQL using the settings specified in the `bindings-postgres.yaml` file With the `bindings-postgres.yaml` component, you can easily swap out the backend database [binding](/reference/components-reference/supported-bindings/) without making code changes.