Skip to content

Commit

Permalink
update link to standalone processors
Browse files Browse the repository at this point in the history
  • Loading branch information
maha-hajja committed Mar 13, 2024
1 parent f75620b commit f3dc9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ go get github.com/conduitio/conduit-processor-sdk
You can now create a new processor by implementing the
[`Processor`](https://pkg.go.dev/github.com/conduitio/conduit-processor-sdk#Processor)
interface. For more details about that, check our documentation for
[Building Standalone Processors](https://conduit.io/docs/processors/building-standalone-processors).
[Building Standalone Processors](https://conduit.io/docs/processors/standalone/building).

On the other hand, if the processor is very simple and can be reduced to a single function (e.g.
no configuration needed), then we can use `sdk.NewProcessorFunc()`, as below:
Expand Down

0 comments on commit f3dc9dc

Please sign in to comment.