How to forward the browser to another link?

I have a dashboard host in IBM cloudant and my dashboard have the address "https://xxxxxxx.mybluemix.net/ui/", but i dont wanna the user uses this link to access the dashboard.... I want him use the link "https://xxxxxxx.mybluemix.net/dashboard/" and then redirect him to ""http..xxxxxxx.mybluemix.net/dashboard/". How do I do to redirect the user to another link?

Do you mean you want to access the NR Dashboard at /dashboard rather than /ui ?

If so you can edit your settings file and add:

ui: { path: "dashboard" },

under the module.exports section.

As you are running on IBM Cloud you'll need to use the continuous delivery feature to edit the bluemix-settings.js file which will then push the changes back and redeploy your application with the update applied.