docs: updating the text of user input page to reflect real location of the forms page (#38802)

PR Close #38802
This commit is contained in:
Maksymilian Sielicki 2020-09-11 00:52:12 +02:00 committed by Misko Hevery
parent 02c6bff9cf
commit 7fb388f929
1 changed files with 1 additions and 1 deletions

View File

@ -324,5 +324,5 @@ These techniques are useful for small-scale demonstrations, but they
quickly become verbose and clumsy when handling large amounts of user input.
Two-way data binding is a more elegant and compact way to move
values between data entry fields and model properties.
The next page, `Forms`, explains how to write
The [`Forms`](guide/forms-overview) page explains how to write
two-way bindings with `NgModel`.