From b3bb2a16f2edc7c698b4f718cbfc09baf285371c Mon Sep 17 00:00:00 2001 From: Vlad Boisa <60569670+vladboisa@users.noreply.github.com> Date: Thu, 8 May 2025 05:08:14 +0200 Subject: [PATCH] docs: swap the anchor to the correct one (#61200) The anchor on the link - is not working, swap the anchor to the correct one PR Close #61200 --- adev/src/content/guide/templates/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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