Skip to content

Commit

Permalink
Docs links fixed for fragment output and decision table
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelsolarski committed Sep 11, 2024
1 parent 492fc16 commit 4b9741f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions defaultModel/src/main/resources/defaultModelConfig.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@
split: {
docsUrl: ${baseDocsUrl}"BasicNodes#split"
}
input {
builtin-input {
docsUrl: ${baseDocsUrl}"Fragments#inputs"
}
fragmentInputDefinition {
docsUrl: ${baseDocsUrl}"Fragments#inputs"
}
fragmentOutputDefinition {
builtin-output {
docsUrl: ${baseDocsUrl}"Fragments#outputs"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object FlinkBaseComponentProvider {
.withRelativeDocs("DataSourcesAndSinks#deadend")
.withDesignerWideId("dead-end"),
ComponentDefinition(name = "decision-table", component = DecisionTable)
.withRelativeDocs("BasicNodes#decisiontable")
.withRelativeDocs("Enrichers/#decision-table")
.withDesignerWideId("decision-table"),
ComponentDefinition("delay", DelayTransformer)
.withRelativeDocs("DataSourcesAndSinks#delay"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object LiteBaseComponentProvider {
.withRelativeDocs("DataSourcesAndSinks#deadend")
.withDesignerWideId("dead-end"),
ComponentDefinition(name = "decision-table", component = DecisionTable)
.withRelativeDocs("BasicNodes#decisiontable")
.withRelativeDocs("Enrichers/#decision-table")
.withDesignerWideId("decision-table")
)

Expand Down

0 comments on commit 4b9741f

Please sign in to comment.