docs: fix dead links in toh-p1; closes #393

This commit is contained in:
johnapost 2015-11-21 09:19:08 -05:00 committed by Ward Bell
parent 740c2a3157
commit 2843cf2d5d
1 changed files with 2 additions and 2 deletions

View File

@ -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
Lets forget about importing `NgModel` and import the `FORM_DIRECTIVES` array instead:
```