diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-11 07:36:18 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-11 07:36:18 +0000 |
commit | 4259199c2cfd3ab4d77acadc8ba158096a243ac0 (patch) | |
tree | 36960b80f5cad9c632f35fb02507381dbc052b67 /actionpack/README | |
parent | fede0f573ebe64135c60d1ca2ef0c6e98819ba9e (diff) | |
download | rails-4259199c2cfd3ab4d77acadc8ba158096a243ac0.tar.gz rails-4259199c2cfd3ab4d77acadc8ba158096a243ac0.tar.bz2 rails-4259199c2cfd3ab4d77acadc8ba158096a243ac0.zip |
Made ready for release of 0.13.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1814 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/README')
-rwxr-xr-x | actionpack/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/README b/actionpack/README index 8590af9f0b..1a2da631b1 100755 --- a/actionpack/README +++ b/actionpack/README @@ -174,7 +174,7 @@ A short rundown of the major features: link_to_remote "Delete this post", :update => "posts", :url => { :action => "destroy", :id => post.id } - {Learn more}[link:classes/ActionView/Helpers/JavascriptHelper.html] + {Learn more}[link:classes/ActionView/Helpers/JavaScriptHelper.html] * Pagination for navigating lists of results. |