I'm using Feedburner and it works fine with my main blog feed. For that I'm using the function: bloginfo('rss2_url')
When I roll my cursor over the feed link it displays: http://siteURL/feed
However, I'm using the function: get_category_feed_link('categoryID', '') for my category feeds, and when I roll the cursor over the link it displays: http://siteURL/category/music/
NOTE: it doesn't put 'feed' at the end -- which I believe is essential for the Feedburner conversion.
I guess I could just type in /feed after the function-generated url, but isn't that category_feed_link() supposed to generate the appropriate feed link on its own?