Skip to content

Commit

Permalink
move repos
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Feb 4, 2014
1 parent 6846eb8 commit 4190fc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Instructions on how to reproduce this repo's setup follows:

### the Rails side

Add [rails-lineman](https://github.com/testdouble/rails-lineman) to your Gemfile.
Add [rails-lineman](https://github.com/linemanjs/rails-lineman) to your Gemfile.

``` ruby
gem 'rails-lineman'
Expand All @@ -33,7 +33,7 @@ Alternatively, rails-lineman will look for an environment variable named `LINEMA

### the Lineman side

Just add the [lineman-rails](https://github.com/testdouble/lineman-rails) plugin to your project:
Just add the [lineman-rails](https://github.com/linemanjs/lineman-rails) plugin to your project:

```
$ npm install --save-dev lineman-rails
Expand Down
4 changes: 2 additions & 2 deletions my-lineman-app/config/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*
* You can familiarize yourself with Lineman's defaults by checking out:
*
* - https://github.com/testdouble/lineman/blob/master/config/application.coffee
* - https://github.com/testdouble/lineman/blob/master/config/plugins
* - https://github.com/linemanjs/lineman/blob/master/config/application.coffee
* - https://github.com/linemanjs/lineman/blob/master/config/plugins
*
* You can also ask Lineman's about config from the command line:
*
Expand Down
2 changes: 1 addition & 1 deletion my-lineman-app/config/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* To see the default definitions for Lineman's file paths and globs, see:
*
* - https://github.com/testdouble/lineman/blob/master/config/files.coffee
* - https://github.com/linemanjs/lineman/blob/master/config/files.coffee
*/
module.exports = function(lineman) {
//Override file patterns here
Expand Down

0 comments on commit 4190fc8

Please sign in to comment.