Skip to content

Commit 0804496

Browse files
committed
Update README URLs based on HTTP redirects
1 parent 94b5a1d commit 0804496

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,23 @@ Upgrading to Cedar-14 is usually a painless process.
7575

7676
Libraries explicitly depending on Sass-Rails, such as ActiveAdmin, can cause
7777
conflicts with installation of SassC-Rails. While we have no built-in solution
78-
for this, please check out [this issue](https://github.com/bolandrm/sassc-rails/issues/6)
78+
for this, please check out [this issue](https://github.com/sass/sassc-rails/issues/6)
7979
for a workaround.
8080

8181

8282
## Credits
8383

8484
This gem is based on [sass-rails](https://github.com/rails/sass-rails), and
85-
is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors](https://github.com/bolandrm/sassc-rails/graphs/contributors).
85+
is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors](https://github.com/sass/sassc-rails/graphs/contributors).
8686

8787

8888
## Changelog
8989

9090
- **1.1.0**
9191
- Moved under the official sass organization!
92-
- [Source line comments](https://github.com/bolandrm/sassc-rails/pull/24) (`app.config.sass.line_comments`)
93-
- [Prevent sass-rails railtie from running](https://github.com/bolandrm/sassc-rails/pull/34)
94-
- [CSS compression may be disabled in test mode](https://github.com/bolandrm/sassc-rails/issues/33). Special thanks to [this Sass-Rails PR](https://github.com/rails/sass-rails/pull/338) for inspiration.
92+
- [Source line comments](https://github.com/sass/sassc-rails/pull/24) (`app.config.sass.line_comments`)
93+
- [Prevent sass-rails railtie from running](https://github.com/sass/sassc-rails/pull/34)
94+
- [CSS compression may be disabled in test mode](https://github.com/sass/sassc-rails/issues/33). Special thanks to [this Sass-Rails PR](https://github.com/rails/sass-rails/pull/338) for inspiration.
9595
- **1.0.0**
9696
- Initial Release
9797
- Add support for inline source maps

0 commit comments

Comments
 (0)