Skip to content

Commit aec3cc4

Browse files
committed
Updated deadlinks
updated deadlinks to the actual working links
1 parent fed2ad1 commit aec3cc4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Then any Sass files in `public/stylesheets/sass`
5757
will be compiled into CSS files in `public/stylesheets` on every request.
5858

5959
To use Sass programmatically,
60-
check out the [YARD documentation](http://sass-lang.com/docs/yardoc/).
60+
check out the [YARD documentation](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#using_sass).
6161

6262
## Formatting
6363

@@ -71,10 +71,10 @@ and get small stylesheets up and running quickly,
7171
particularly with the help of
7272
[the Compass style library](http://compass-style.org).
7373

74-
[vars]: http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#variables_
75-
[nested]: http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#nested_rules_
76-
[mixins]: http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#mixins
77-
[imports]: http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#import
74+
[vars]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#variables_
75+
[nested]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#nested_rules
76+
[mixins]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#mixins
77+
[imports]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#import
7878

7979
Sass has two syntaxes.
8080
The one presented here, known as "SCSS" (for "Sassy CSS"),
@@ -83,7 +83,7 @@ The other (older) syntax, known as the indented syntax or just "Sass",
8383
is whitespace-sensitive and indentation-based.
8484
For more information, see the [reference documentation][syntax].
8585

86-
[syntax]: http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#syntax
86+
[syntax]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax
8787

8888
To run the following examples and see the CSS they produce,
8989
put them in a file called `test.scss` and run `sass test.scss`.
@@ -152,7 +152,7 @@ You can even give them arguments.
152152
}
153153

154154
A comprehensive list of features is available
155-
in the [Sass reference](http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html).
155+
in the [Sass reference](http://sass-lang.com/documentation/file.SASS_REFERENCE.html).
156156

157157
## Executables
158158

0 commit comments

Comments
 (0)