Skip to content

Commit 0beba0d

Browse files
crisbetopkozlowski-opensource
authored andcommitted
docs: fix wrong link in template overview (angular#56911)
One of the links added in angular#56886 was incomplete. PR Close angular#56911
1 parent 387e1cb commit 0beba0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/templates/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You might also be interested in the following:
4242
| [Event binding](guide/templates/event-binding) | Listen for events and your HTML. |
4343
| [Two-way binding](guide/templates/two-way-binding) | Share data between a class and its template. |
4444
| [Control flow](guide/templates/control-flow) | Angular's syntax for conditionally showing, hiding, and repeating elements. |
45-
| [Local template variables](let-template-variables) | Define and reuse variables in your template. |
45+
| [Local template variables](guide/templates/let-template-variables) | Define and reuse variables in your template. |
4646
| [Built-in directives](guide/directives) | Listen to and modify the behavior and layout of HTML. |
4747
| [Template reference variables](guide/templates/reference-variables) | Use special variables to reference a DOM element within a template. |
4848
| [Inputs](guide/components/inputs) | Accepting data with input properties |

0 commit comments

Comments
 (0)