Skip to content

Commit

Permalink
Change URLs to at-import organization. #6
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed May 2, 2016
1 parent 2f115cc commit 001cfe1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://secure.travis-ci.org/JohnAlbin/sassy-test.png?branch=master)](http://travis-ci.org/JohnAlbin/sassy-test/builds) [![Coverage Status](https://coveralls.io/repos/JohnAlbin/sassy-test/badge.svg?branch=master&service=github)](https://coveralls.io/github/JohnAlbin/sassy-test?branch=master)
[![Build Status](https://secure.travis-ci.org/at-import/sassy-test.png?branch=master)](http://travis-ci.org/at-import/sassy-test/builds) [![Coverage Status](https://coveralls.io/repos/at-import/sassy-test/badge.svg?branch=master&service=github)](https://coveralls.io/github/at-import/sassy-test?branch=master)


# Sassy Test
Expand Down Expand Up @@ -105,7 +105,7 @@ describe('@import "mymodule";', function() {
});
```

For more information about configuring a SassyTest object, see the [`configurePaths()` method documentation](http://johnalbin.github.io/sassy-test/module-sassy-test-SassyTest.html#configurePaths).
For more information about configuring a SassyTest object, see the [`configurePaths()` method documentation](http://at-import.github.io/sassy-test/module-sassy-test-SassyTest.html#configurePaths).

## JavaScript Promises

Expand Down Expand Up @@ -138,7 +138,7 @@ describe('@import "mymodule";', function() {
});
```

[Full documentation of Sassy Test’s JavaScript API](http://johnalbin.github.io/sassy-test) is available online.
[Full documentation of Sassy Test’s JavaScript API](http://at-import.github.io/sassy-test) is available online.

## Development

Expand All @@ -148,4 +148,4 @@ After you've cloned this repository, run `npm install` and then you'll be able t

## Contributors

None but me yet. All are welcome! https://github.com/JohnAlbin/sassy-test/graphs/contributors
None but me yet. All are welcome! https://github.com/at-import/sassy-test/graphs/contributors
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sassy-test",
"version": "3.0.4",
"homepage": "https://github.com/JohnAlbin/sassy-test",
"homepage": "https://github.com/at-import/sassy-test",
"author": "John Albin Wilkins <virtually.johnalbin@gmail.com> (http://john.albin.net/)",
"description": "A simple helper utility for creating unit tests of Sass modules. Works great with mocha or jasmine.",
"license": "GPL-2.0",
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"repository": {
"type": "git",
"url": "git://github.com/JohnAlbin/sassy-test.git"
"url": "git://github.com/at-import/sassy-test.git"
},
"bugs": {
"url": "https://github.com/JohnAlbin/sassy-test/issues"
"url": "https://github.com/at-import/sassy-test/issues"
}
}

0 comments on commit 001cfe1

Please sign in to comment.