Say I created a Kiln project named "project1" and a repository within that project named "repository1". When I navigate to that repository, the URL is
...kilnhg.com/Repo/project1/Group/repository1
This strikes me as a rather confusing directory structure. Why are projects grouped under "Repo" and repositories grouped under "Group"? Why isn't the URL this instead?
...kilnhg.com/Projects/project1/Repo/repository1