Skip to content
  • Robert Speicher's avatar
    Merge branch 'dz-rename-user-routes' into 'master' · 285172c3
    Robert Speicher authored
    Rename users routing from /u/:username to /users/:username for
    consistency with other routes
    
    Renames /u/:username to /users/:username
    
    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/`
    
    See merge request !6851
    285172c3