Skip to content

Commit fd8bae8

Browse files
authored
docs: fix templates bindings link
1 parent 13d1c8a commit fd8bae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Angular's `@let` syntax allows you to define a local variable and re-use it acro
88

99
### Using `@let`
1010

11-
Use `@let` to declare a variable whose value is based on the result of a template expression. Angular automatically keeps the variable's value up-to-date with the given expression, similar to [bindings](./bindings).
11+
Use `@let` to declare a variable whose value is based on the result of a template expression. Angular automatically keeps the variable's value up-to-date with the given expression, similar to [bindings](./templates/bindings).
1212

1313
```angular-html
1414
@let name = user.name;

0 commit comments

Comments
 (0)