Skip to content

Commit def2f60

Browse files
committed
fix links
1 parent 56fe181 commit def2f60

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/build/reference/customtask/cmem_plugin_kafka-ReceiveMessages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flat schema:
2626

2727
- **key** - the optional key of the message,
2828
- **content** - the message itself as plain text (use other operators, such as
29-
[Parse JSON](https://documentation.eccenca.com/latest/deploy-and-configure/configuration/dataintegration/plugin-reference/#parse-json) or [Parse XML](https://documentation.eccenca.com/latest/deploy-and-configure/configuration/dataintegration/plugin-reference/#parse-xml) to process
29+
[Parse JSON](JsonParserOperator.md) or [Parse XML](XmlParserOperator.md) to process
3030
complex message content),
3131
- **offset** - the given offset of the message in the topic,
3232
- **ts-production** - the timestamp when the message was written to the topic,

docs/explore-and-author/graph-exploration/building-a-customized-user-interface/workflow-trigger/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A `shui:WidgetIntegration` resource needs to be created from the previously defi
3434

3535
![](create_new_widget_integration.png)
3636

37-
Once the widget is created, it can be attached to a Node Shape by using a special-purpose non-validating [Widget property](../node-shapes#widgets).
37+
Once the widget is created, it can be attached to a Node Shape by using a special-purpose non-validating [Widget property](../node-shapes/index.md#widgets).
3838

3939
![](adding_widget_to_node.png)
4040

@@ -55,4 +55,4 @@ Workflow Payload
5555
- `graphIRI` is the IRI of the graph that is currently viewed, and
5656
- `resourceIRI` is the IRI of the resource that is viewed.
5757

58-
To make use of this dynamic payload, the underlying workflow should define variable input using [Replaceable Datasets](../../../../build/workflows#replaceable-datasets).
58+
To make use of this dynamic payload, the underlying workflow should define variable input using [Replaceable Datasets](../../../../build/workflows/index.md#replaceable-datasets).

0 commit comments

Comments
 (0)