Skip to content

Commit 5c78dec

Browse files
committed
Update links
1 parent 9ad912a commit 5c78dec

23 files changed

+28
-25
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
/*.scss
2-
/*.css
31
.sass-cache
2+
composer.lock
3+
serve.sh
4+
/*.css
5+
/*.scss
6+
/_site/
47
/sass/
58
/compass/
69
/vendor/

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012 Leaf Corcoran, http://leafo.net/scssphp
1+
Copyright (c) 2015 Leaf Corcoran, http://leafo.github.io/scssphp
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# scssphp v0.1.7
2-
### <http://leafo.net/scssphp>
2+
### <http://leafo.github.io/scssphp>
33

44
[![Build Status](https://travis-ci.org/leafo/scssphp.svg?branch=master)](http://travis-ci.org/leafo/scssphp)
55

@@ -8,7 +8,7 @@
88
It primarily implements SCSS 3.2.16, with some 3.3.x/3.4.x compatibility. It does not implement the SASS syntax, only the SCSS
99
syntax.
1010

11-
Checkout the homepage, <http://leafo.net/scssphp>, for directions on how to use.
11+
Checkout the homepage, <http://leafo.github.io/scssphp>, for directions on how to use.
1212

1313
## Running Tests
1414

bin/pscss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @license http://opensource.org/licenses/MIT MIT
99
*
10-
* @link http://leafo.net/scssphp
10+
* @link http://leafo.github.io/scssphp
1111
*/
1212

1313
error_reporting(E_ALL);

classmap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @license http://opensource.org/licenses/MIT MIT
1010
*
11-
* @link http://leafo.net/scssphp
11+
* @link http://leafo.github.io/scssphp
1212
*/
1313

1414
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "scssphp is a compiler for SCSS written in PHP.",
55
"keywords": ["css", "stylesheet", "scss", "sass", "less"],
6-
"homepage": "http://leafo.net/scssphp/",
6+
"homepage": "http://leafo.github.io/scssphp/",
77
"license": [
88
"MIT"
99
],

src/Colors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*
9-
* @link http://leafo.net/scssphp
9+
* @link http://leafo.github.io/scssphp
1010
*/
1111

1212
namespace Leafo\ScssPhp;

src/Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*
9-
* @link http://leafo.net/scssphp
9+
* @link http://leafo.github.io/scssphp
1010
*/
1111

1212
namespace Leafo\ScssPhp;

src/Formatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*
9-
* @link http://leafo.net/scssphp
9+
* @link http://leafo.github.io/scssphp
1010
*/
1111

1212
namespace Leafo\ScssPhp;

src/Formatter/Compact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @license http://opensource.org/licenses/MIT MIT
88
*
9-
* @link http://leafo.net/scssphp
9+
* @link http://leafo.github.io/scssphp
1010
*/
1111

1212
namespace Leafo\ScssPhp\Formatter;

0 commit comments

Comments
 (0)