fix links

This commit is contained in:
Joel Wetzell
2025-12-04 08:26:17 -06:00
parent 9d2c2c7ae1
commit e4e501a117
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -7,8 +7,8 @@ sidebar:
Routes take the messages coming from a module and push them out another module. The message can be optionally "processed" with any number of processor steps.
## YAML Definition
- **input**: the id of the [module](/reference/modules) that will provide messages to this route
- **processors**: (optional) array of [processors](/reference/processors) that will be called in order and the result of the previous will be fed to the next processor.
- **input**: the id of the [module](/concepts/modules) that will provide messages to this route
- **processors**: (optional) array of [processors](/concepts/processors) that will be called in order and the result of the previous will be fed to the next processor.
- if at any point the output of a processor is `null` the entire route will be terminated (subject to change to support output `null` values?)
- an error in a processor step will also result in the route being terminated
- **output**: the id of the [module](/reference/modules) that will consume messages from the route
- **output**: the id of the [module](/concepts/modules) that will consume messages from the route