This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 262d3fdf fix broken link
262d3fdf is described below
commit 262d3fdf84f1c42ee5960f1e2631a7bf5c372a4a
Author: Alex Heneveld <[email protected]>
AuthorDate: Thu Dec 8 15:32:45 2022 +0000
fix broken link
---
guide/blueprints/workflow/defining.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/blueprints/workflow/defining.md
b/guide/blueprints/workflow/defining.md
index d848a619..bba29825 100644
--- a/guide/blueprints/workflow/defining.md
+++ b/guide/blueprints/workflow/defining.md
@@ -42,7 +42,7 @@ which uses workflow to do just that. The config to define
the effector is:
* `name`: the name of the effector to define (required)
* `parameters`: an optional map of parameters to advertise for the effector,
keyed by the parameter name against the definition as a map including
optionally
- `type`, `description`, and `defaultValue`; see [nested workflow](nested.md)
for more details
+ `type`, `description`, and `defaultValue`; see [nested
workflow](nested-workflow.md) for more details
To define the workflow, this requires: