aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-03-25 20:00:13 +0100
committerYves Senn <yves.senn@gmail.com>2013-03-25 20:00:13 +0100
commit441fa86b73f191494d6734ffd51a5b6b986574cb (patch)
tree97bacca1434ed40aa25037a995b231b6d93bfba0 /guides/source/upgrading_ruby_on_rails.md
parentfc8411ad6c939cb4d39910d4b012291e8a9e148d (diff)
downloadrails-441fa86b73f191494d6734ffd51a5b6b986574cb.tar.gz
rails-441fa86b73f191494d6734ffd51a5b6b986574cb.tar.bz2
rails-441fa86b73f191494d6734ffd51a5b6b986574cb.zip
use relative links inside guides [ci skip]
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index a384e74d28..8ad2e2bdb4 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -125,7 +125,10 @@ Please note that you should wait to set `secret_key_base` until you have 100% of
get 'clashing/:id' => 'test#example', as: :example
```
-In the first case, you can simply avoid using the same name for multiple routes. In the second, you can use the `only` or `except` options provided by the `resources` method to restrict the routes created as detailed in the [Routing Guide](http://guides.rubyonrails.org/routing.html#restricting-the-routes-created).
+In the first case, you can simply avoid using the same name for multiple
+routes. In the second, you can use the `only` or `except` options provided by
+the `resources` method to restrict the routes created as detailed in the
+[Routing Guide](routing.html#restricting-the-routes-created).
* Rails 4.0 also changed the way unicode character routes are drawn. Now you can draw unicode character routes directly. If you already draw such routes, you must change them, for example: