There's a bug in the bookmark example. If I create a user, say 'scl', and add a bookmark, say 'artima.com', all is well. I browse to http://localhost:3000/v1/users/ and I see scl. I browse to http://localhost:3000/v1/users/bookmarks and I see
List of references artima.com Where 'artima.com' is a hyperlink. The problem is that the hyperlink is not correct. It is: http://localhost:3000/v1/users/artima.com and it should be: http://localhost:3000/v1/users/bookmarks/artima.com Sean

