File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,15 @@ def index
74
74
end
75
75
```
76
76
77
- If you'd like a more automatic solution than pjax for Rails check out [ Turbolinks] ( https://github.com/rails/turbolinks ) .
77
+ If you'd like a more automatic solution than pjax for Rails check out [ Turbolinks] [ ] .
78
78
79
- Also check out [ RailsCasts #294 : Playing with PJAX] ( http:// railscasts.com/episodes/294-playing-with-pjax )
79
+ Also check out [ RailsCasts #294 : Playing with PJAX] [ railscasts ] .
80
80
81
81
## Installation
82
82
83
83
### bower
84
84
85
- Via [ bower ] ( https://github.com/twitter/bower ) .
85
+ Via [ Bower ] [ ] :
86
86
87
87
```
88
88
$ bower install jquery-pjax
@@ -391,3 +391,6 @@ Deploying a deploy, bumping the version constant to force clients to do a full r
391
391
[ $.ajax ] : http://api.jquery.com/jQuery.ajax/
392
392
[ pushState ] : https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history#Adding_and_modifying_history_entries
393
393
[ plugins ] : https://gist.github.com/4283721
394
+ [ turbolinks ] : https://github.com/rails/turbolinks
395
+ [ railscasts ] : http://railscasts.com/episodes/294-playing-with-pjax
396
+ [ bower ] : https://github.com/twitter/bower
You can’t perform that action at this time.
0 commit comments