@@ -388,8 +388,7 @@ super db init [path]
388388* [ Database] ( options.md#database )
389389
390390A new database is created and initialized with the ` init ` command.
391- The ` path ` argument is a
392- [ storage path] ( ../database/intro.md#storage-layer )
391+ The ` path ` argument is a storage path
393392and is optional. If not present, the path
394393is [ determined automatically] ( #database-connection ) .
395394
@@ -463,7 +462,7 @@ Data added to a pool can arrive in any order with respect to its sort key.
463462While each object is sorted before it is written,
464463the collection of objects is generally not sorted.
465464
466- Each load operation creates a single [ commit] ( ../database/intro.md#commit-objects ) ,
465+ Each load operation creates a single commit,
467466which includes:
468467* an author and message string,
469468* a timestamp computed by the server, and
@@ -486,8 +485,7 @@ If these fields are not specified, then the system will fill them in
486485with the user obtained from the session and a message that is descriptive
487486of the action.
488487
489- The ` date ` field here is used by the database for
490- [ time travel] ( ../database/intro.md#time-travel )
488+ The ` date ` field here is used by the database for time travel
491489through the branch and pool history, allowing you to see the state of
492490branches at any time in their commit history.
493491
@@ -515,8 +513,7 @@ super db log [options] [commitish]
515513* [ Database] ( options.md#database )
516514* [ Output] ( options.md#output )
517515
518- The ` log ` command, like ` git log ` , displays a history of the
519- [ commits] ( ../database/intro.md#commit-objects )
516+ The ` log ` command, like ` git log ` , displays a history of the commits
520517starting from any commit, expressed as a [ commitish] ( #commitish ) . If no argument is
521518given, the tip of the working branch is used.
522519
0 commit comments