Skip to content

Commit

Permalink
Changed links from old to new site url
Browse files Browse the repository at this point in the history
  • Loading branch information
kizu committed Dec 14, 2015
1 parent 47c8df3 commit c6feb20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@
0.41.0 / 2013-11-30
==================

* Added basic [block mixins](http://learnboost.github.io/stylus/docs/mixins.html#block-mixins) (`+foo`) with block interpolation (`block`), #1223.
* Added [`selector()` bif](http://learnboost.github.io/stylus/docs/selectors.html#selector-bif), #1249.
* Added [hash interpolation to blocks](http://learnboost.github.io/stylus/docs/hashes.html#interpolation), #1202.
* Added basic [block mixins](http://stylus-lang.com/docs/mixins.html#block-mixins) (`+foo`) with block interpolation (`block`), #1223.
* Added [`selector()` bif](http://stylus-lang.com/docs/selectors.html#selector-bif), #1249.
* Added [hash interpolation to blocks](http://stylus-lang.com/docs/hashes.html#interpolation), #1202.
* Fixed parent reference in root context from returning `&`.
* Fixed bug with double writing media blocks, 1ed44a81
* Fixed a lot of regressions after hashes, #1230, #1236, #1237, #1248.
Expand Down
4 changes: 2 additions & 2 deletions docs/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ In this example, we define four functions: `add()`, `sub()`, `image-width()`, an
// => ['a.styl', 'b.styl']

See also [--deps CLI
flag](http://learnboost.github.io/stylus/docs/executable.html#list-dependencies).
flag](http://stylus-lang.com/docs/executable.html#list-dependencies).

## stylus.resolver([options])

Expand All @@ -192,7 +192,7 @@ In this example, we define four functions: `add()`, `sub()`, `image-width()`, an
});

See also [--resolve-url CLI
flag](http://learnboost.github.io/stylus/docs/executable.html#resolving-relative-urls-inside-imports).
flag](http://stylus-lang.com/docs/executable.html#resolving-relative-urls-inside-imports).

Options:

Expand Down

0 comments on commit c6feb20

Please sign in to comment.