rgarcia / dochub

speedy docs
http://dochub.io/
Do What The F*ck You Want To Public License
794 stars 107 forks source link

PHP cross-reference links broken #14

Open hannahd opened 12 years ago

hannahd commented 12 years ago

Clicking on cross-reference links within the PHP documentation leads to a page with an error. For example, clicking the "array types" link at the top of the array docs leads to http://dochub.io/language.types.array.php which displays a "Cannot GET /function.count.php" error. It does this for every link I've clicked on.

It seems like the links are relative on PHP's site, so is there a way to change them or handle the link type on the GET call?

marr commented 12 years ago

+=1

dochub now running on port 5000 GET /function.get-class.php 404 GET /favicon.ico 200

jeffbyrnes commented 12 years ago

+1 to this as well.