diff --git a/README.md b/README.md index 15d1d67..7a1a317 100644 --- a/README.md +++ b/README.md @@ -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' @@ -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 diff --git a/my-lineman-app/config/application.js b/my-lineman-app/config/application.js index 6efc2ba..1f80f58 100644 --- a/my-lineman-app/config/application.js +++ b/my-lineman-app/config/application.js @@ -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: * diff --git a/my-lineman-app/config/files.js b/my-lineman-app/config/files.js index 0aeb48e..a64ab32 100644 --- a/my-lineman-app/config/files.js +++ b/my-lineman-app/config/files.js @@ -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