aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Vidal <javier@javiervidal.net>2016-04-22 14:25:55 +0200
committerJavier Vidal <javier@javiervidal.net>2016-04-22 14:45:52 +0200
commit29bf30561f3819e1a009fc6b623a41f51d18c27f (patch)
tree093c72be68d29e3d1bcd7cfbdc01459074873e1c
parent8e7715ae31dba383f1c0497adf1b85c7a99ef5da (diff)
downloadrails-29bf30561f3819e1a009fc6b623a41f51d18c27f.tar.gz
rails-29bf30561f3819e1a009fc6b623a41f51d18c27f.tar.bz2
rails-29bf30561f3819e1a009fc6b623a41f51d18c27f.zip
Fix broken links in 'Ruby on Rails 3.0 Release Notes' [ci skip]
-rw-r--r--guides/source/3_0_release_notes.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/guides/source/3_0_release_notes.md b/guides/source/3_0_release_notes.md
index 696493a3cf..70b0e89799 100644
--- a/guides/source/3_0_release_notes.md
+++ b/guides/source/3_0_release_notes.md
@@ -86,7 +86,7 @@ $ cd myapp
### Vendoring Gems
-Rails now uses a `Gemfile` in the application root to determine the gems you require for your application to start. This `Gemfile` is processed by the [Bundler](http://github.com/carlhuda/bundler,) which then installs all your dependencies. It can even install all the dependencies locally to your application so that it doesn't depend on the system gems.
+Rails now uses a `Gemfile` in the application root to determine the gems you require for your application to start. This `Gemfile` is processed by the [Bundler](http://github.com/bundler/bundler,) which then installs all your dependencies. It can even install all the dependencies locally to your application so that it doesn't depend on the system gems.
More information: - [bundler homepage](http://bundler.io/)
@@ -213,7 +213,6 @@ Railties now deprecates:
More information:
* [Discovering Rails 3 generators](http://blog.plataformatec.com.br/2010/01/discovering-rails-3-generators)
-* [Making Generators for Rails 3 with Thor](http://caffeinedd.com/guides/331-making-generators-for-rails-3-with-thor)
* [The Rails Module (in Rails 3)](http://litanyagainstfear.com/blog/2010/02/03/the-rails-module/)
Action Pack
@@ -250,7 +249,7 @@ Deprecations:
More Information:
-* [Render Options in Rails 3](http://www.engineyard.com/blog/2010/render-options-in-rails-3/)
+* [Render Options in Rails 3](https://blog.engineyard.com/2010/render-options-in-rails-3)
* [Three reasons to love ActionController::Responder](http://weblog.rubyonrails.org/2009/8/31/three-reasons-love-responder)