From: Thomas Leong Date: Wed, 18 May 2016 07:06:25 +0000 (+0800) Subject: Update starter-projects.md X-Git-Tag: v6.2.4-rc1~32^2~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8799%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update starter-projects.md Fixed Yeti Launch links which redirect to Installation docs in which Installation docs does not features any references to Yeti Launch at all. --- diff --git a/docs/pages/starter-projects.md b/docs/pages/starter-projects.md index b4ee72f7c..73a7e5167 100644 --- a/docs/pages/starter-projects.md +++ b/docs/pages/starter-projects.md @@ -9,7 +9,7 @@ Our project templates give you a solid... *Foundation* on which to start a new p Our basic project template is a lot like the Sass template from Foundation 5. The project has a flat directory structure and only compiles Sass. It's great if you want to quickly put together a simple project and only need to use Sass. -You can set up a basic project through [Yeti Launch](installation.html), or the Foundation CLI with this command: +You can set up a basic project through [Yeti Launch](http://foundation.zurb.com/develop/yeti-launch.html), or the Foundation CLI with this command: ```bash foundation new --framework sites --template basic @@ -23,7 +23,7 @@ It's also possible to download the template files directly from GitHub. Run `npm The official ZURB Template includes not only Sass processing, but also JavaScript processing, Handlebars templating, and image compression. We use this exact template at ZURB for our client work! -You can set up an advanced project through [Yeti Launch](installation.html), or the Foundation CLI with this command: +You can set up an advanced project through [Yeti Launch](http://foundation.zurb.com/develop/yeti-launch.html), or the Foundation CLI with this command: ```bash foundation new --framework sites --template zurb