diff options
author | Gary Rennie <webmaster@gazler.com> | 2013-09-20 11:37:01 +0100 |
---|---|---|
committer | Gary Rennie <webmaster@gazler.com> | 2013-09-20 11:39:27 +0100 |
commit | 67153243e8cfee89a5e50e8c9f6d8732c0c0ae8e (patch) | |
tree | 9f48f5b434fc01164fdc390cd0d4da0a8770053b /guides | |
parent | 76d36458eadcb32c233f44065fccfbbef9a58119 (diff) | |
download | rails-67153243e8cfee89a5e50e8c9f6d8732c0c0ae8e.tar.gz rails-67153243e8cfee89a5e50e8c9f6d8732c0c0ae8e.tar.bz2 rails-67153243e8cfee89a5e50e8c9f6d8732c0c0ae8e.zip |
Fix: Remove broken link on rails 3 guide
As raised in https://github.com/rails/rails/issues/12300
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/3_0_release_notes.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/3_0_release_notes.md b/guides/source/3_0_release_notes.md index d398cd680c..cf9d694de7 100644 --- a/guides/source/3_0_release_notes.md +++ b/guides/source/3_0_release_notes.md @@ -73,8 +73,6 @@ You can see an example of how that works at [Rails Upgrade is now an Official Pl Aside from Rails Upgrade tool, if you need more help, there are people on IRC and [rubyonrails-talk](http://groups.google.com/group/rubyonrails-talk) that are probably doing the same thing, possibly hitting the same issues. Be sure to blog your own experiences when upgrading so others can benefit from your knowledge! -More information - [The Path to Rails 3: Approaching the upgrade](http://omgbloglol.com/post/353978923/the-path-to-rails-3-approaching-the-upgrade) - Creating a Rails 3.0 application -------------------------------- |