diff --git a/README-uri-scheme.md b/README-uri-scheme.md --- a/README-uri-scheme.md +++ b/README-uri-scheme.md @@ -56,24 +56,23 @@ cannot be limited a priori). Links to parent revisions maintains a reference to , using the /history/ URL scheme (see below). -* /revision//history// - - Show information about revision SHA1_GIT, limited to the sub-graph - rooted at . The obtained page show both parent and - child revisions of , but exclude all revisions that are - *not* transitively reachable (going back in time) from - . - - Links to all revisions SHA1_GIT' reachable from SHA1_GIT are of the - form /revision//history//, where - SHA1_GIT_ROOT is the same as before. In the degenerate case of - browsing back to the revision root, we might end up on the URL - /revision//history// where SHA1_GIT_1 == - SHA1_GIT_2. That URL is equivalent to /revision// and - might be simplified redirecting to it. +* /revision//root// + + Show information about revision , limited to the sub-graph + rooted at . The obtained page show both parent and child + revisions of , but exclude all revisions that are *not* + transitively reachable (going back in time) from . + + Links to all revisions SHA1_GIT' reachable from are of the + form /revision//root/, where + remains unchanged. In the degenerate case of browsing back to the root + revision, we might end up on the URL + /revision//root// where SHA1_GIT_1 == SHA1_GIT_2. + That URL is equivalent to /revision// and might be simplified + redirecting to it. * /revision//directory/[] -* /revision//history//directory/[] +* /revision//root//directory/[] Starting from the revision identified as in the previous URLs, navigate the directory associated to that revision.