From 7fb388f929f823b7f548328e1d153ece3520cb26 Mon Sep 17 00:00:00 2001 From: Maksymilian Sielicki Date: Fri, 11 Sep 2020 00:52:12 +0200 Subject: [PATCH] docs: updating the text of user input page to reflect real location of the forms page (#38802) PR Close #38802 --- aio/content/guide/user-input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/user-input.md b/aio/content/guide/user-input.md index e5aacd4443..3c88c2f126 100644 --- a/aio/content/guide/user-input.md +++ b/aio/content/guide/user-input.md @@ -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`.