Skip to content

Commit 41fbd16

Browse files
committed
Fix a the catalog link in the use section table
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent 422410d commit 41fbd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Defines the workflow's reusable components.
129129
| Name | Type | Required | Description|
130130
|:--|:---:|:---:|:---|
131131
| authentications | [`map[string, authentication]`](#authentication) | `no` | A name/value mapping of the workflow's reusable authentication policies. |
132-
| catalogs | [`map[string, catalog]`(#catalog)] | `no` | A name/value mapping of the workflow's reusable resource catalogs. |
132+
| catalogs | [`map[string, catalog]`](#catalog) | `no` | A name/value mapping of the workflow's reusable resource catalogs. |
133133
| errors | [`map[string, error]`](#error) | `no` | A name/value mapping of the workflow's reusable errors. |
134134
| extensions | [`map[string, extension]`](#extension) | `no` | A list of the workflow's reusable extensions. |
135135
| functions | [`map[string, task]`](#task) | `no` | A name/value mapping of the workflow's reusable tasks. |

0 commit comments

Comments
 (0)