diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2015-02-03 16:40:55 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2015-02-03 16:40:55 -0200 |
commit | e34de707da1569abc76f6f0cb25455052149c809 (patch) | |
tree | a2619d33d5429c6e7db3cc2e3b780a69103945e0 /guides | |
parent | e30cb83c7a063302c2fc1b4f913ae7d50f594425 (diff) | |
download | rails-e34de707da1569abc76f6f0cb25455052149c809.tar.gz rails-e34de707da1569abc76f6f0cb25455052149c809.tar.bz2 rails-e34de707da1569abc76f6f0cb25455052149c809.zip |
Fix link [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/working_with_javascript_in_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/working_with_javascript_in_rails.md b/guides/source/working_with_javascript_in_rails.md index 367abddcfa..f3d3a83afc 100644 --- a/guides/source/working_with_javascript_in_rails.md +++ b/guides/source/working_with_javascript_in_rails.md @@ -357,7 +357,7 @@ This gem uses Ajax to speed up page rendering in most applications. Turbolinks attaches a click handler to all `<a>` on the page. If your browser supports -[PushState](https://developer.mozilla.org/en-US/docs/DOM/Manipulating_the_browser_history#The_pushState(\).C2.A0method), +[PushState](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history#The_pushState()_method), Turbolinks will make an Ajax request for the page, parse the response, and replace the entire `<body>` of the page with the `<body>` of the response. It will then use PushState to change the URL to the correct one, preserving |