You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ The full example in our case would be:
221
221
## Connectors
222
222
223
223
For the full list of available connectors, see
224
-
the [Connector List](https://conduit.io/docs/connectors/connector-list). If
224
+
the [Connector List](https://conduit.io/docs/using/connectors/list). If
225
225
there's a connector that you're looking for that isn't available in Conduit,
226
226
please file an [issue](https://github.com/ConduitIO/conduit/issues/new?assignees=&labels=triage&template=3-connector-request.yml&title=Connector%3A+%3Cresource%3E+%5BSource%2FDestination%5D)
227
227
.
@@ -266,15 +266,15 @@ pipeline. It can either change the record (i.e. **transform** it) or **filter**
266
266
it out based on some criteria.
267
267
268
268
Conduit provides a number of built-in processors, which can be used to manipulate fields,
269
-
send requests to HTTP endpoints, and more, check [Builtin processors](https://conduit.io/docs/processors/builtin/)
269
+
send requests to HTTP endpoints, and more, check [Builtin processors](https://conduit.io/docs/using/processors/builtin/)
270
270
for the list of built-in processors and documentations.
271
271
272
-
Conduit also provides the ability to write your own [Standalone Processor](https://conduit.io/docs/processors/standalone/building),
273
-
or you can use the built-in processor [`custom.javascript`](https://conduit.io/docs/processors/builtin/custom.javascript)
272
+
Conduit also provides the ability to write your own [Standalone Processor](https://conduit.io/docs/developing/processors/building),
273
+
or you can use the built-in processor [`custom.javascript`](https://conduit.io/docs/using/processors/builtin/custom.javascript)
274
274
to write custom processors in JavaScript.
275
275
276
276
More detailed information as well as examples can be found in
277
-
the [Processors documentation](https://conduit.io/docs/processors/getting-started).
277
+
the [Processors documentation](https://conduit.io/docs/using/processors/getting-started).
0 commit comments