diff --git a/adev/src/content/guide/templates/variables.md b/adev/src/content/guide/templates/variables.md index 4737be41518..f8a40ee4a0d 100644 --- a/adev/src/content/guide/templates/variables.md +++ b/adev/src/content/guide/templates/variables.md @@ -138,7 +138,7 @@ If you declare the variable on a Angular component, the variable refers to the c ``` -If you declare the variable on an `` element, the variable refers to a TemplateRef instance which represents the template. For more information, see [How Angular uses the asterisk, \*, syntax](/guide/directives/structural-directives#asterisk) in [Structural directives](/guide/directives/structural-directives). +If you declare the variable on an `` element, the variable refers to a TemplateRef instance which represents the template. For more information, see [How Angular uses the asterisk, \*, syntax](/guide/directives/structural-directives#structural-directive-shorthand) in [Structural directives](/guide/directives/structural-directives). ```angular-html