jQuery manual redirection from URL

jQuery manual redirection from URL

One thing I like about the php.net website is that you can add a function name to the end of the URL and it will redirect you to the manual page. e.g.
 
php.net/substr ->  http://au2.php.net/substr
 
It would be ace if jQuery did that. e.g.
 
jquery.com/append ->  http://api.jquery.com/append/
 
At the moment I either type "append" in the google search box in my browser and then click the first result, or I drill down into the jQuery website. I think the URL redirecting would speed things up a bit.