Skip to content

Commit

Permalink
rails_best_practices is moved to railsbp organization now
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Dec 28, 2011
1 parent 7404547 commit 45ed56e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion MIT_LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2009 - 2011 Richard Huang (flyerhzm@gmail.com)
Copyright (c) 2009 - 2012 Richard Huang (flyerhzm@gmail.com)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
17 changes: 6 additions & 11 deletions README.md
@@ -1,7 +1,7 @@
rails_best_practices
====================

[![Build Status](https://secure.travis-ci.org/flyerhzm/rails_best_practices.png)](http://travis-ci.org/flyerhzm/rails_best_practices)
[![Build Status](https://secure.travis-ci.org/railsbp/rails_best_practices.png)](http://travis-ci.org/railsbp/rails_best_practices)

[![Click here to lend your support to: rails-bestpractices.com and make a donation at www.pledgie.com !](https://www.pledgie.com/campaigns/12057.png?skin_name=chrome)](http://www.pledgie.com/campaigns/12057)

Expand Down Expand Up @@ -59,22 +59,17 @@ Resources

Homepage: <http://rails-bestpractices.com>

Github: <http://github.com/flyerhzm/rails_best_practices>
Github: <http://github.com/railsbp/rails_best_practices>

RDoc: <http://rdoc.rails-bestpractices.com>

Team Blog <http://rails-bestpractices.com/blog/posts>

Google Group: <https://groups.google.com/group/rails_best_practices>

Wiki: <http://github.com/flyerhzm/rails_best_practices/wiki>
Wiki: <http://github.com/railsbp/rails_best_practices/wiki>

Issue Tracker: <http://github.com/flyerhzm/rails_best_practices/issues>

Donating
--------

<a href='http://www.pledgie.com/campaigns/12057'>Support rails_best_practices at Pledgie</a>
Issue Tracker: <http://github.com/railsbp/rails_best_practices/issues>

Install
-------
Expand Down Expand Up @@ -230,10 +225,10 @@ We provide rails consulting services, you can contact us by twitter or email.

Follow us on twitter: <http://twitter.com/railsbp>

Send us email: <team@rails-bestpractices.com>
Send us email: <team@railsbp.com>


Copyright © 2009 - 2011 Richard Huang (flyerhzm@gmail.com), released under the MIT license


[1]:https://github.com/flyerhzm/rails_best_practices/wiki/How-to-write-your-own-check-list
[1]:https://github.com/railsbp/rails_best_practices/wiki/How-to-write-your-own-check-list
2 changes: 1 addition & 1 deletion lib/rails_best_practices/command.rb
Expand Up @@ -9,7 +9,7 @@
# --without-color only output plain text without color
# --with-textmate open file by textmate in html format
# --with-mvim open file by mvim in html format
# --with-github GITHUB_NAME open file on github in html format, GITHUB_NAME is like flyerhzm/rails-bestpractices.com
# --with-github GITHUB_NAME open file on github in html format, GITHUB_NAME is like railsbp/rails-bestpractices.com
# --with-git display git commit and username, only support html format
# --with-hg display hg commit and username, only support html format
# --template TEMPLATE customize erb template
Expand Down

0 comments on commit 45ed56e

Please sign in to comment.