diff --git a/aio/content/guide/displaying-data.md b/aio/content/guide/displaying-data.md index 8229ed3e84..4c2fb65e54 100644 --- a/aio/content/guide/displaying-data.md +++ b/aio/content/guide/displaying-data.md @@ -153,7 +153,7 @@ It marks that `
  • ` element (and its children) as the "repeater template":
    Don't forget the leading asterisk (\*) in `*ngFor`. It is an essential part of the syntax. -For more information, see the [Template Syntax](guide/template-syntax#ngFor) page. +Read more about `ngFor` and `*` in the [ngFor section](guide/template-syntax#ngfor) of the [Template Syntax](guide/template-syntax) page.