Adding Category To Menu

Falling at the 1st hurdle here!

I have created a category which I want to add to the top menu.

I then created a new menu item but I'm failing with the url as when the item is clicked it returns a 404.

Can someone please tell me what the correct url should look like?

I have searched through the documentation and it doesn't tell you how to find what the correct url should be.

Many thanks.

Please try

categories.view?category_id=123

category IDs can be found in the admin panel

http://prntscr.com/iyioql

Hi,

Thanks for your reply.

Please excuse my ignorance but where exactly can I find the Category ID that I have created?

Many thanks.

go to the category in admin and the url will tell you the id

eg

/admin.php?dispatch=categories.update&category_id=855

Fantastic!

Thank you.