How to Change route of workspace

I have created one workspace , When user click on that workspace in side menu bar it will redirect to a particula
r doctype without adding any shortuct in workspace


User will click on test and it directly redirect to a doctype

@saloni that’s probably because there is a doctype called Test .

I need to redirect to a doctype , How can i change the route of workspace

@saloni try website settings → redirects .


Tried this but it is not working

try /app/Test and target /app/nameofdoctype .
I dont think it will work too because redirecting workis when the page loads not renders

Thank you
Yes now it is working but on load only , any other solution for this ?