diff --git a/CHANGELOG.md b/CHANGELOG.md index e76a5b4ae..948411bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,4 +5,4 @@ v1.1 - Sunday, March 22, 2015 This is out of date. -See: [pull requests](https://github.com/justin808/react-webpack-rails-tutorial/pulls?utf8=%E2%9C%93&q=is%3Apr) +See: [pull requests](https://github.com/shakacode/react-webpack-rails-tutorial/pulls?utf8=%E2%9C%93&q=is%3Apr) diff --git a/README.md b/README.md index 7a5a3d971..2f803a6f9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ By Justin Gordon and the Shaka Code Team, http://www.railsonmaui.com - If you came to here from the blog article, this example project has evolved. - See [pull requests](https://github.com/justin808/react-webpack-rails-tutorial/pulls?utf8=%E2%9C%93&q=is%3Apr). + See [pull requests](https://github.com/shakacode/react-webpack-rails-tutorial/pulls?utf8=%E2%9C%93&q=is%3Apr). - If this work interests you and you are looking for full or part-time remote work, please [click here](http://forum.railsonmaui.com/t/railsonmaui-is-hiring-and-partnering-part-time-remote-is-ok/156). - Please email us at [justin@railsonmaui.com](mailto:justin@railsonmaui.com) if you have a ReactJs + @@ -13,7 +13,7 @@ By Justin Gordon and the Shaka Code Team, http://www.railsonmaui.com - Please file issues for problems and feature requests. - Pull requests are welcome! (and a great way to get on the team) - Feel free to open discussions at [forum.railsonmaui.com](http://www.forum.railsonmaui.com). -- We now have a [gitter chat room for this topic](https://gitter.im/justin808/react-webpack-rails-tutorial). +- We now have a [gitter chat room for this topic](https://gitter.im/shakacode/react-webpack-rails-tutorial). - Check out the [react_on_rails gem](https://github.com/shakacode/react_on_rails) for easy webpack integration. A Full tutorial article can be found at: [Fast Rich Client Rails Development With Webpack and the ES6 Transpiler](http://www.railsonmaui.com/blog/2014/10/03/integrating-webpack-and-the-es6-transpiler-into-an-existing-rails-project/) @@ -59,7 +59,7 @@ See package.json and Gemfile for versions # Basic Setup 1. Be sure that you have Node installed. I use [nvm](https://github.com/creationix/nvm), with node version `v0.12.7`. See this article [Updating and using nvm](http://forum.railsonmaui.com/t/updating-and-using-nvm/293). -1. `git clone git@github.com:justin808/react-webpack-rails-tutorial.git` +1. `git clone git@github.com:shakacode/react-webpack-rails-tutorial.git` 1. `cd react-webpack-rails-tutorial` 1. Check that you have Ruby 2.2.2 1. Check that you're using the right version of node. Run `nvm list` to check. diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 30a019885..b47b9b949 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -25,7 +25,7 @@
  • React Demo
  • <%= link_to "Classic Rails", comments_path %>
  • <%= link_to "by Justin Gordon, www.railsonmaui.com", "http://www.railsonmaui.com" %>
  • -
  • <%= link_to "Source on Github", "https://github.com/justin808/react-webpack-rails-tutorial" %>
  • +
  • <%= link_to "Source on Github", "https://github.com/shakacode/react-webpack-rails-tutorial" %>
  • <%= link_to "Tutorial Article", "http://www.railsonmaui.com/blog/2014/10/03/integrating-webpack-and-the-es6-transpiler-into-an-existing-rails-project/" %>
  • <%= link_to "Forum Discussion", "http://forum.railsonmaui.com/t/fast-rich-client-rails-development-with-webpack-and-the-es6-transpiler/82/22" %>
  • diff --git a/client/package.json b/client/package.json index 047a15e30..1682a21b1 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/justin808/react-webpack-rails-tutorial.git" + "url": "https://github.com/shakacode/react-webpack-rails-tutorial.git" }, "keywords": [ "react", @@ -19,9 +19,9 @@ "author": "justin808", "license": "MIT", "bugs": { - "url": "https://github.com/justin808/react-webpack-rails-tutorial/issues" + "url": "https://github.com/shakacode/react-webpack-rails-tutorial/issues" }, - "homepage": "https://github.com/justin808/react-webpack-rails-tutorial", + "homepage": "https://github.com/shakacode/react-webpack-rails-tutorial", "dependencies": { "babel-core": "^5.8.20", "babel-loader": "^5.3.2", diff --git a/client/webpack.hot.config.js b/client/webpack.hot.config.js index 8191a36b9..71c103318 100644 --- a/client/webpack.hot.config.js +++ b/client/webpack.hot.config.js @@ -6,7 +6,7 @@ const config = require('./webpack.common.config'); const webpack = require('webpack'); // We're using the bootstrap-sass loader. -// See: https://github.com/justin808/bootstrap-sass-loader +// See: https://github.com/shakacode/bootstrap-sass-loader config.entry.push('webpack-dev-server/client?http://localhost:3000', 'webpack/hot/dev-server', './scripts/webpack_only', diff --git a/package.json b/package.json index 24309c12f..21ffb2eb0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/justin808/react-webpack-rails-tutorial.git" + "url": "https://github.com/shakacode/react-webpack-rails-tutorial.git" }, "keywords": [ "react", @@ -24,8 +24,8 @@ "author": "justin808", "license": "MIT", "bugs": { - "url": "https://github.com/justin808/react-webpack-rails-tutorial/issues" + "url": "https://github.com/shakacode/react-webpack-rails-tutorial/issues" }, - "homepage": "https://github.com/justin808/react-webpack-rails-tutorial", + "homepage": "https://github.com/shakacode/react-webpack-rails-tutorial", "dependencies": {} }