Skip to content

Commit 9e1e548

Browse files
authored
Update daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
1 parent 23af686 commit 9e1e548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Let's take a look at Dapr's [Bindings building block]({{< ref bindings >}}). Usi
1111
- Trigger your app with events coming in from external systems.
1212
- Interface with external systems.
1313

14-
In this Quickstart, you will schedule a batch script to run every 10 seconds using an input [Cron]({{< ref cron.md >}}) binding. The script processes a JSON file and outputs data to a SQL database using the [PostgreSQL]({{< ref postgresql.md >}}) Dapr binding.
14+
In this Quickstart, you schedule a batch script to run every 10 seconds using an input [Cron]({{< ref cron.md >}}) binding. The script processes a JSON file and outputs data to a SQL database using the [PostgreSQL]({{< ref postgresql.md >}}) Dapr binding.
1515

1616
<img src="/images/bindings-quickstart/bindings-quickstart.png" width=800 style="padding-bottom:15px;">
1717

0 commit comments

Comments
 (0)