Merge pull request #82 from namusyaka/update-repo-urls

Update sass repository URL
This commit is contained in:
₍˄ุ.͡˳̫.˄ุ₎ 2014-07-01 08:14:18 -07:00
commit 7d76af3662
3 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@ end
task :sass do task :sass do
unless Dir.exists?(".sass") unless Dir.exists?(".sass")
sh %{git clone git://github.com/nex3/sass .sass} sh %{git clone git://github.com/sass/sass .sass}
end end
Dir.chdir(".sass") do Dir.chdir(".sass") do

View File

@ -50,22 +50,22 @@ layout: layout_1_column
%p When adding bug reports, feature requests, or code there are a couple of primary branches we use. %p When adding bug reports, feature requests, or code there are a couple of primary branches we use.
%dl %dl
%dt= link_to "Stable", "https://github.com/nex3/sass" %dt= link_to "Stable", "https://github.com/sass/sass"
%dd %dd
The stable branch is where we do development on the released version. The stable branch is where we do development on the released version.
The majority of bug fixes should go here. The majority of bug fixes should go here.
If you're just reporting a bug <a href="https://github.com/nex3/sass/issues">add an issue</a> and If you're just reporting a bug <a href="https://github.com/sass/sass/issues">add an issue</a> and
note the version of Sass where you experienced the issue in your comment. note the version of Sass where you experienced the issue in your comment.
If you have some code to contribute, fork the stable branch and send us a pull request. If you have some code to contribute, fork the stable branch and send us a pull request.
We'll review your patch and either accept or decline with comments. We'll review your patch and either accept or decline with comments.
All bug fixes must be thoroughly tested and the tests must pass All bug fixes must be thoroughly tested and the tests must pass
the <a href="https://travis-ci.org/nex3/sass/builds">build</a> on all supported versions of ruby. the <a href="https://travis-ci.org/sass/sass/builds">build</a> on all supported versions of ruby.
%dl %dl
%dt= link_to "Master", "https://github.com/nex3/sass/tree/master" %dt= link_to "Master", "https://github.com/sass/sass/tree/master"
%dd %dd
The master branch is where we keep track of the next version of Sass. The master branch is where we keep track of the next version of Sass.
New feature requests should be made on the <a href="https://github.com/nex3/sass/issues">issue tracker</a> New feature requests should be made on the <a href="https://github.com/sass/sass/issues">issue tracker</a>
and discussed with the <a href="http://github.com/nex3">core</a> <a href="http://github.com/chriseppstein">team</a> and discussed with the <a href="http://github.com/nex3">core</a> <a href="http://github.com/chriseppstein">team</a>
before implementation begins to avoid wasted effort. before implementation begins to avoid wasted effort.
Pull requests for new features should be made against the master branch. Pull requests for new features should be made against the master branch.
@ -82,7 +82,7 @@ layout: layout_1_column
%li If your change is user-facing, update the appropriate section in reference documentation. %li If your change is user-facing, update the appropriate section in reference documentation.
%li Don't combine several features or bug fixes into the same pull request. %li Don't combine several features or bug fixes into the same pull request.
%li All code is given a thorough review and will likely require several iterations before being accepted. %li All code is given a thorough review and will likely require several iterations before being accepted.
%li All code changes must be thoroughly tested and the tests must pass the <a href="https://travis-ci.org/nex3/sass/builds">build</a> on all supported versions of ruby. %li All code changes must be thoroughly tested and the tests must pass the <a href="https://travis-ci.org/sass/sass/builds">build</a> on all supported versions of ruby.

View File

@ -34,7 +34,7 @@
- else - else
%li Current Release: <span class="release-name">???</span> %li Current Release: <span class="release-name">???</span>
%li=link_to "Release Notes", "/documentation/file.SASS_CHANGELOG.html" %li=link_to "Release Notes", "/documentation/file.SASS_CHANGELOG.html"
%li=link_to "Fork on Github", "https://github.com/nex3/sass" %li=link_to "Fork on Github", "https://github.com/sass/sass"
- if content_for?(:section_bottom) - if content_for?(:section_bottom)
%section.section-bottom %section.section-bottom