Hi,
Thanks for letting me know about this andyes, you can easily fix it yourself.
Using a text editor open the file /Blog/Controls/BlogViewControl.ascx, look for <asp:repeater id="dlCategories", then inside it you will see this:
NavigateUrl='<%# this.SiteRoot + "/Blog/ViewArchive.aspx?cat="
it needs to be changed to this:
NavigateUrl='<%# this.SiteRoot + "/Blog/ViewCategory.aspx?cat="
I have fixed it in my copy so it will be fixed in the next release coming soon.
Best,
Joe