In the section on retrieving a worksheet-based feed<http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#RetrievingWorksheetFeeds> of the developers (protocol) guide, it says that each spreadsheet entry will have a <link> with rel=" http://schemas.google.com/spreadsheets/2006#worksheetsfeed" whose href should be used to "GET" the worksheet-based feed.
In all the spreadsheet-based feeds I've tried, and in their own example in the documentation, there is no such link (try searching the page for it!). There is a <content> tag whose src attribute looks like a worksheet-based feed Uri. Am I missing something or is the documentation wrong?
