From 9db97188e509a2da8bc6205a32f2aa3bbd999cb4 Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Thu, 17 Mar 2016 20:39:56 +0100 Subject: [PATCH] docs: remove duplication on quickstart repository --- public/docs/ts/latest/guide/displaying-data.jade | 1 - public/docs/ts/latest/guide/forms.jade | 1 - 2 files changed, 2 deletions(-) diff --git a/public/docs/ts/latest/guide/displaying-data.jade b/public/docs/ts/latest/guide/displaying-data.jade index ccfeab8483..0b2539e896 100644 --- a/public/docs/ts/latest/guide/displaying-data.jade +++ b/public/docs/ts/latest/guide/displaying-data.jade @@ -29,7 +29,6 @@ figure.image-display Let's build a small illustrative example together. Create a new project folder (`displaying-data`) and follow the steps in the [QuickStart](../quickstart.html). - As an alternative, you can clone the QuickStart from this [repository](https://github.com/IdeaBlade/angular2-quickstart). include ../_quickstart_repo :marked diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index 08ae389397..d47f856b0b 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -85,7 +85,6 @@ figure.image-display :marked ## Setup Create a new project folder (`angular2-forms`) and follow the steps in the [QuickStart](../quickstart.html). - As an alternative, you can clone the QuickStart from this [repository](https://github.com/IdeaBlade/angular2-quickstart). include ../_quickstart_repo :marked