diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-17 01:05:14 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-17 01:05:14 +0000 |
commit | 9577f0f57c6ad60e82d1ec07d528186918c4a66e (patch) | |
tree | 8e9dae9d25f3b33352682beb2974dda0b032b4f8 /actionpack | |
parent | dd420ef303c874230fc811964592f296a8cbd846 (diff) | |
download | rails-9577f0f57c6ad60e82d1ec07d528186918c4a66e.tar.gz rails-9577f0f57c6ad60e82d1ec07d528186918c4a66e.tar.bz2 rails-9577f0f57c6ad60e82d1ec07d528186918c4a66e.zip |
Fixed up some docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@438 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack')
-rwxr-xr-x | actionpack/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/README b/actionpack/README index 33a6095133..da48752a69 100755 --- a/actionpack/README +++ b/actionpack/README @@ -145,7 +145,7 @@ A short rundown of the major features: Result of running hello_world action: <html><body><h1>Hello world</h1></body></html> - Learn more in link:classes/ActionController/Layout.html + Learn more in link:classes/ActionController/Layout/ClassMethods.html * Advanced redirection that makes pretty urls easy |