Hi,
I was going to create a ticket but there's no option for website related issues so I am just posting it here for anyone that has spotted this before.
The pages for the Blazor UI have invalid re-directs when clicking on the documentation button.
Almost all documentation buttons on https://www.telerik.com/blazor-ui/ direct you to the invalid url
It adds "-ui" to /documentation/ so it's then /blazor-ui/documentation-ui/ which is invalid and should be /blazor-ui/documentation/
Example:
https://www.telerik.com/blazor-ui/datetimepicker
It directs you to:
https://www.telerik.com/blazor-ui/documentation-ui/components/datetimepicker/overview
It should direct you to:
https://www.telerik.com/blazor-ui/documentation/components/datetimepicker/overview
Grid view:
https://www.telerik.com/blazor-ui/filter
Documentation redirects to:
https://www.telerik.com/blazor-ui/documentation-ui/components/filter/overview
Thanks,
Luke