Skip to content

Commit d1baeac

Browse files
authored
Merge pull request rails#54953 from JuanitoFatas/fix-old-blog-links
Fix broken weblog.rubyonrails.org links in Guides
2 parents e9ee790 + 084a1fd commit d1baeac

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

guides/source/2_2_release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This will put the guides inside `Rails.root/doc/guides` and you may start surfin
6060
* Major contributions from [Xavier Noria](http://advogato.org/person/fxn/diary.html) and [Hongli Lai](http://izumi.plan99.net/blog/).
6161
* More information:
6262
* [Rails Guides hackfest](http://hackfest.rubyonrails.org/guide)
63-
* [Help improve Rails documentation on Git branch](https://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch)
63+
* [Help improve Rails documentation on Git branch](https://rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch)
6464

6565
Better integration with HTTP : Out of the box ETag support
6666
----------------------------------------------------------
@@ -112,7 +112,7 @@ config.threadsafe!
112112

113113
* More information :
114114
* [Thread safety for your Rails](http://m.onkey.org/2008/10/23/thread-safety-for-your-rails)
115-
* [Thread safety project announcement](https://weblog.rubyonrails.org/2008/8/16/josh-peek-officially-joins-the-rails-core)
115+
* [Thread safety project announcement](https://rubyonrails.org/2008/8/16/josh-peek-officially-joins-the-rails-core)
116116
* [Q/A: What Thread-safe Rails Means](http://blog.headius.com/2008/08/qa-what-thread-safe-rails-means.html)
117117

118118
Active Record

guides/source/2_3_release_notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Documentation
5454

5555
The [Ruby on Rails guides](https://guides.rubyonrails.org/) project has published several additional guides for Rails 2.3. In addition, a [separate site](https://edgeguides.rubyonrails.org/) maintains updated copies of the Guides for Edge Rails. Other documentation efforts include a relaunch of the [Rails wiki](http://newwiki.rubyonrails.org/) and early planning for a Rails Book.
5656

57-
* More Information: [Rails Documentation Projects](https://weblog.rubyonrails.org/2009/1/15/rails-documentation-projects)
57+
* More Information: [Rails Documentation Projects](https://rubyonrails.org/2009/1/15/rails-documentation-projects)
5858

5959
Ruby 1.9.1 Support
6060
------------------
@@ -89,7 +89,7 @@ accepts_nested_attributes_for :author,
8989
```
9090

9191
* Lead Contributor: [Eloy Duran](http://superalloy.nl/)
92-
* More Information: [Nested Model Forms](https://weblog.rubyonrails.org/2009/1/26/nested-model-forms)
92+
* More Information: [Nested Model Forms](https://rubyonrails.org/2009/1/26/nested-model-forms)
9393

9494
### Nested Transactions
9595

@@ -377,7 +377,7 @@ You can write this view in Rails 2.3:
377377

378378
* Lead Contributor: [Eloy Duran](http://superalloy.nl/)
379379
* More Information:
380-
* [Nested Model Forms](https://weblog.rubyonrails.org/2009/1/26/nested-model-forms)
380+
* [Nested Model Forms](https://rubyonrails.org/2009/1/26/nested-model-forms)
381381
* [complex-form-examples](https://github.com/alloy/complex-form-examples)
382382
* [What's New in Edge Rails: Nested Object Forms](http://archives.ryandaigle.com/articles/2009/2/1/what-s-new-in-edge-rails-nested-attributes)
383383

@@ -552,7 +552,7 @@ In addition to the Rack changes covered above, Railties (the core code of Rails
552552
Rails Metal is a new mechanism that provides superfast endpoints inside of your Rails applications. Metal classes bypass routing and Action Controller to give you raw speed (at the cost of all the things in Action Controller, of course). This builds on all of the recent foundation work to make Rails a Rack application with an exposed middleware stack. Metal endpoints can be loaded from your application or from plugins.
553553

554554
* More Information:
555-
* [Introducing Rails Metal](https://weblog.rubyonrails.org/2008/12/17/introducing-rails-metal)
555+
* [Introducing Rails Metal](https://rubyonrails.org/2008/12/17/introducing-rails-metal)
556556
* [Rails Metal: a micro-framework with the power of Rails](http://soylentfoo.jnewland.com/articles/2008/12/16/rails-metal-a-micro-framework-with-the-power-of-rails-m)
557557
* [Metal: Super-fast Endpoints within your Rails Apps](http://www.railsinside.com/deployment/180-metal-super-fast-endpoints-within-your-rails-apps.html)
558558
* [What's New in Edge Rails: Rails Metal](http://archives.ryandaigle.com/articles/2008/12/18/what-s-new-in-edge-rails-rails-metal)

guides/source/3_0_release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Documentation
155155

156156
The documentation in the Rails tree is being updated with all the API changes, additionally, the [Rails Edge Guides](https://edgeguides.rubyonrails.org/) are being updated one by one to reflect the changes in Rails 3.0. The guides at [guides.rubyonrails.org](https://guides.rubyonrails.org/) however will continue to contain only the stable version of Rails (at this point, version 2.3.5, until 3.0 is released).
157157

158-
More Information: - [Rails Documentation Projects](https://weblog.rubyonrails.org/2009/1/15/rails-documentation-projects)
158+
More Information: - [Rails Documentation Projects](https://rubyonrails.org/2009/1/15/rails-documentation-projects)
159159

160160

161161
Internationalization
@@ -250,7 +250,7 @@ Deprecations:
250250
More Information:
251251

252252
* [Render Options in Rails 3](https://blog.engineyard.com/2010/render-options-in-rails-3)
253-
* [Three reasons to love ActionController::Responder](https://weblog.rubyonrails.org/2009/8/31/three-reasons-love-responder)
253+
* [Three reasons to love ActionController::Responder](https://rubyonrails.org/2009/8/31/three-reasons-love-responder)
254254

255255

256256
### Action Dispatch

guides/source/upgrading_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@ being used, you can update your form to use the `PUT` method instead:
24832483
<%= form_for [ :update_name, @user ], method: :put do |f| %>
24842484
```
24852485

2486-
For more on PATCH and why this change was made, see [this post](https://weblog.rubyonrails.org/2012/2/26/edge-rails-patch-is-the-new-primary-http-method-for-updates/)
2486+
For more on PATCH and why this change was made, see [this post](https://rubyonrails.org/2012/2/26/edge-rails-patch-is-the-new-primary-http-method-for-updates/)
24872487
on the Rails blog.
24882488

24892489
#### A note about media types

0 commit comments

Comments
 (0)