After you update to Xcode 1.5, if you've bookmarked files from the locally-stored Xcode documentation library (/Developer/Documentation), you'll find that those bookmarks are broken. You can make them work again from the Terminal:
% cd /Developer
% ln -s ADC\ Reference\ Library/documentation Documentation
This link is lost in the upgrade; restoring it makes the bookmarks work again.
•
[5,831 views]

