diff --git a/src/operation/scripting.md b/src/operation/scripting.md index 81b7d17..c06c8fa 100644 --- a/src/operation/scripting.md +++ b/src/operation/scripting.md @@ -316,9 +316,9 @@ Additionally, record template labels (just after a "`<`") must be "literal-enoug sub-part of the label *TemplateExpr* refers to a variable's value, the variable must have been bound in the environment surrounding the *AttenuationExpr* that the *TemplateExpr* is part of, and must not be any of the capture variables from the *PatternExpr* corresponding to the -template. This is a constraint stemming from the definition of the syntax used for expressing -capability attenuation in the underlying Syndicated Actor Model. (TODO: link to sturdy.prs -documentation) +template. This is a constraint stemming from the definition of the [syntax used for expressing +capability attenuation](../protocol.md#attenuation-of-authority) in the underlying Syndicated +Actor Model. ## Examples