diff options
author | Xavier Noria <fxn@hashref.com> | 2012-07-08 12:39:15 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-07-08 12:39:15 -0700 |
commit | 3dc54d7e906ba356ece3956e168db3db80664877 (patch) | |
tree | 7cb3b54fae2986fb2f574b82f990fae4a832c574 /guides/source/plugins.textile | |
parent | bbc08c759c13d654621c1eb0659f3bdd6a66dfd5 (diff) | |
parent | 359af59cb3ab8c29ec2c17447fa2b7fd9aee8915 (diff) | |
download | rails-3dc54d7e906ba356ece3956e168db3db80664877.tar.gz rails-3dc54d7e906ba356ece3956e168db3db80664877.tar.bz2 rails-3dc54d7e906ba356ece3956e168db3db80664877.zip |
Merge pull request #7004 from philiqq/master
[Guide] Fix broken links
Diffstat (limited to 'guides/source/plugins.textile')
-rw-r--r-- | guides/source/plugins.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/plugins.textile b/guides/source/plugins.textile index 95e38db483..9001857a5f 100644 --- a/guides/source/plugins.textile +++ b/guides/source/plugins.textile @@ -427,4 +427,4 @@ h4. References * "Developing a RubyGem using Bundler":https://github.com/radar/guides/blob/master/gem-development.md * "Using Gemspecs As Intended":http://yehudakatz.com/2010/04/02/using-gemspecs-as-intended/ * "Gemspec Reference":http://docs.rubygems.org/read/chapter/20 -* "GemPlugins":http://www.mbleigh.com/2008/06/11/gemplugins-a-brief-introduction-to-the-future-of-rails-plugins +* "GemPlugins":http://www.intridea.com/blog/2008/6/11/gemplugins-a-brief-introduction-to-the-future-of-rails-plugins |