docs: fix dead links in toh-p1; closes #393
This commit is contained in:
parent
740c2a3157
commit
2843cf2d5d
|
@ -73,7 +73,7 @@ include ../../../../_includes/_util-fns
|
|||
This is the "interpolation" form of one-way data binding.
|
||||
.l-sub-section
|
||||
:marked
|
||||
Learn more about interpolation in the [Displaying Data chapter](../guide/displaying-data).
|
||||
Learn more about interpolation in the [Displaying Data chapter](../guide/displaying-data.html).
|
||||
:marked
|
||||
### Hero object
|
||||
|
||||
|
@ -236,7 +236,7 @@ include ../../../../_includes/_util-fns
|
|||
bundled in a convenient array called `FORM_DIRECTIVES`.
|
||||
.l-sub-section
|
||||
:marked
|
||||
Learn more about Angular Forms in the [Forms chapter](../guide/forms)
|
||||
Learn more about Angular Forms in the [Forms chapter](../guide/forms.html)
|
||||
:marked
|
||||
Let’s forget about importing `NgModel` and import the `FORM_DIRECTIVES` array instead:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue