I work on a web site where we are having a major re architecture. There is a point which may be a little persnickety but I can't see a standard one way or another.
When you are using real words in a URL with a / as a separator should you use a singular or a plural of the type. So
/user/fred
vs
/users/fred
SO seems to use "questions", "users", etc. but I was wondering if there is any authoritative advice either way.
PS. I couldn't work out if this belonged on SO SU or SF. Please feel free to move if you can work out which bucket it should go in.