1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

update turbolinks readme link [ci skip]

This commit is contained in:
Vijay Dev 2012-11-03 02:16:30 +05:30
parent 62039ad5a1
commit 3a76ee47bf

View file

@ -322,7 +322,7 @@ this:
end
```
Notice the format.js in the respond_to block; that allows the controller to
Notice the format.js in the `respond_to` block; that allows the controller to
respond to your Ajax request. You then have a corresponding
`app/views/users/create.js.erb` view file that generates the actual JavaScript
code that will be sent and executed on the client side.
@ -379,7 +379,7 @@ $(document).on "page:change", ->
For more details, including other events you can bind to, check out [the
Turbolinks
README](https://github.com/rails/turbolinks/blob/ec9ca4d6cf9626e03a672f3b9e7968c816aff94e/README.md).
README](https://github.com/rails/turbolinks/blob/master/README.md).
Other Resources
---------------