Fix Typo and link issues (#9737)

This commit is contained in:
Ayush Shah 2023-01-16 10:25:16 +05:30 committed by GitHub
parent ec61e94bb8
commit 3785ea8515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ In the cases where we need aggregation over the records, we can use the **stage*
color="violet-70"
icon="filter_alt"
bold="Sink"
href="/sdk/python/build-connector/source"
href="/sdk/python/build-connector/sink"
>
It will get the event emitted by the source, one at a time.
</InlineCallout>
@ -47,14 +47,14 @@ In the cases where we need aggregation over the records, we can use the **stage*
color="violet-70"
icon="storage"
bold="Stage"
href="/sdk/python/build-connector/source"
href="/sdk/python/build-connector/stage"
>
It can be used to store the records or to aggregate the work done by a processor.
</InlineCallout>
<InlineCallout
color="violet-70"
icon="filter_list"
bold="BullSink"
bold="BulkSink"
href="/sdk/python/build-connector/bulk-sink"
>
It can be used to bulk update the records generated in a workflow.