From 71c862d51a09667b4e6d95f83c57f427cedcfe0a Mon Sep 17 00:00:00 2001 From: Sergey Koshechkin Date: Wed, 12 Apr 2017 05:23:34 +0300 Subject: [PATCH] docs(reactive-forms): fix "Setup guide" link (#3517) --- public/docs/ts/latest/guide/reactive-forms.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/reactive-forms.jade b/public/docs/ts/latest/guide/reactive-forms.jade index 0c73c338d8..b8c0b9e6a1 100644 --- a/public/docs/ts/latest/guide/reactive-forms.jade +++ b/public/docs/ts/latest/guide/reactive-forms.jade @@ -142,7 +142,7 @@ a#setup :marked ## Setup - Follow the steps in the [_Setup_ guide](../setup.html "Setup guide") + Follow the steps in the [_Setup_ guide](../guide/setup.html "Setup guide") for creating a new project folder (perhaps called `reactive-forms`) based on the _QuickStart seed_.