Skip to content

Commit 6a3b551

Browse files
author
Santiago Ferreira
committed
Fix "Configuring output paths" links
1 parent fcad538 commit 6a3b551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ember-cli-sass uses libsass to preprocess your ember-cli app's files and provides support for source maps and include paths. It provides support for the common use case for Ember.js projects:
88

99
- Source maps by default in development
10-
- Support for [`outputPaths` configuration](http://www.ember-cli.com/#configuring-output-paths)
10+
- Support for [`outputPaths` configuration](http://ember-cli.com/user-guide/#configuring-output-paths)
1111
- Provides the ability to specify include paths
1212

1313
## Installation
@@ -37,7 +37,7 @@ var app = new EmberApp({
3737

3838
### Processing multiple files
3939

40-
If you need to process multiple files, it can be done by [configuring the output paths](http://www.ember-cli.com/#configuring-output-paths) in your `ember-cli-build.js`:
40+
If you need to process multiple files, it can be done by [configuring the output paths](http://ember-cli.com/user-guide/#configuring-output-paths) in your `ember-cli-build.js`:
4141

4242
```js
4343
var app = new EmberApp({
@@ -58,7 +58,7 @@ In a previous versions the `sassOptions` config property was incorrectly moved t
5858

5959
In versions of Ember CLI before 1.13 the `sassOptions` config property was placed in `Brocfile.js`, this has since been deprecated. If you are upgrading from an older verion of Ember CLI move your `sassOptions` to `ember-cli-build.js` and remove your Brocfile. For more information check out the [Ember CLI Brocfile transition guide](https://github.com/ember-cli/ember-cli/blob/master/TRANSITION.md#brocfile-transition).
6060

61-
If you were using the `inputFile` and `outputFile` options, this is now done by [configuring the output paths](http://www.ember-cli.com/#configuring-output-paths) in `ember-cli-build.js`.
61+
If you were using the `inputFile` and `outputFile` options, this is now done by [configuring the output paths](http://ember-cli.com/user-guide/#configuring-output-paths) in `ember-cli-build.js`.
6262

6363
## Example
6464

0 commit comments

Comments
 (0)