Rename /u/:username to /users/:username
Why? To follow consistency with other routes (like groups) and UsersController name.
Now when you can use /:username
for accessing user page there is no need in shortcut like /u/
From https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6686#note_16583477