Skip to content

Commit 6428ac0

Browse files
committed
Nicer link in Readme
1 parent 4f276a3 commit 6428ac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ end
364364

365365
An `X-PJAX` request header is set to differentiate a pjax request from normal XHR requests. In this case, if the request is pjax, we skip the layout html and just render the inner contents of the container.
366366

367-
Check if your favorite server framework supports pjax here: https://gist.github.com/4283721
367+
[Check if there is a pjax plugin][plugins] for your favorite server framework.
368368

369369
#### Layout Reloading
370370

@@ -390,3 +390,4 @@ Deploying a deploy, bumping the version constant to force clients to do a full r
390390
[$.fn.on]: http://api.jquery.com/on/
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
393+
[plugins]: https://gist.github.com/4283721

0 commit comments

Comments
 (0)