From 41fbd16c621bb1ad8a44065c4c004a404ba5d4f9 Mon Sep 17 00:00:00 2001 From: Charles d'Avernas Date: Mon, 10 Mar 2025 11:45:50 +0100 Subject: [PATCH] Fix a the `catalog` link in the `use` section table Signed-off-by: Charles d'Avernas --- dsl-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl-reference.md b/dsl-reference.md index 02b39764..2d110ede 100644 --- a/dsl-reference.md +++ b/dsl-reference.md @@ -129,7 +129,7 @@ Defines the workflow's reusable components. | Name | Type | Required | Description| |:--|:---:|:---:|:---| | authentications | [`map[string, authentication]`](#authentication) | `no` | A name/value mapping of the workflow's reusable authentication policies. | -| catalogs | [`map[string, catalog]`(#catalog)] | `no` | A name/value mapping of the workflow's reusable resource catalogs. | +| catalogs | [`map[string, catalog]`](#catalog) | `no` | A name/value mapping of the workflow's reusable resource catalogs. | | errors | [`map[string, error]`](#error) | `no` | A name/value mapping of the workflow's reusable errors. | | extensions | [`map[string, extension]`](#extension) | `no` | A list of the workflow's reusable extensions. | | functions | [`map[string, task]`](#task) | `no` | A name/value mapping of the workflow's reusable tasks. |