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
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