Skip to content

Commit aafc6a4

Browse files
authored
Merge pull request #2560 from matzew/fix_broken_links
Fix broken links to bindings tutorial
2 parents 830d85a + 3486513 commit aafc6a4

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/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/bindings/components/kafka_bindings.yaml)
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)
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)