Skip to content

Commit 3f21eb6

Browse files
committed
Just pointing to the bindings tutorial
Signed-off-by: Matthias Wessendorf <[email protected]>
1 parent aafc6a4 commit 3f21eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developing-component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ make lint
7676
> Windows debuggable binary: `.\dist\windows_amd64\debug\daprd`
7777
> macOS (Intel) debuggable binary: `./dist/darwin_amd64/debug/daprd`
7878
> macOS (Apple Silicon) debuggable binary: `./dist/darwin_arm64/debug/daprd`
79-
1. Prepare your test app (e.g. kafka sample app: https://github.com/dapr/quickstarts/tree/master/tutorials/bindings/nodeapp/)
80-
1. Create a YAML for the component in './components' under app's directory (e.g. kafka example: https://github.com/dapr/quickstarts/blob/master/tutorials/bindings/components/kafka_bindings.yaml)
79+
1. Prepare your test app (e.g. see the binding tutorial sample apps: https://github.com/dapr/quickstarts/tree/master/tutorials/bindings/)
80+
1. Create a YAML for the component in './components' under app's directory (e.g. bindings tutorial: https://github.com/dapr/quickstarts/blob/master/tutorials/bindings/components)
8181
1. Run your test app using Dapr CLI.
8282
1. Make sure your component is loaded successfully in the daprd log.
8383

0 commit comments

Comments
 (0)