Skip to content

Commit 08a7f2e

Browse files
committed
Keep URLs at end of markdown file
1 parent 6428ac0 commit 08a7f2e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ def index
7474
end
7575
```
7676

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][].
7878

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].
8080

8181
## Installation
8282

8383
### bower
8484

85-
Via [bower](https://github.com/twitter/bower).
85+
Via [Bower][]:
8686

8787
```
8888
$ bower install jquery-pjax
@@ -391,3 +391,6 @@ Deploying a deploy, bumping the version constant to force clients to do a full r
391391
[$.ajax]: http://api.jquery.com/jQuery.ajax/
392392
[pushState]: https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history#Adding_and_modifying_history_entries
393393
[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

0 commit comments

Comments
 (0)