Skip to content

Commit aeae2ce

Browse files
committed
fix some bad links in mdbook
1 parent 82519ca commit aeae2ce

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

book/src/command/db.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,7 @@ super db init [path]
388388
* [Database](options.md#database)
389389

390390
A 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
393392
and is optional. If not present, the path
394393
is [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.
463462
While each object is sorted before it is written,
464463
the 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,
467466
which 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
486485
with the user obtained from the session and a message that is descriptive
487486
of 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
491489
through the branch and pool history, allowing you to see the state of
492490
branches 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
520517
starting from any commit, expressed as a [commitish](#commitish). If no argument is
521518
given, the tip of the working branch is used.
522519

0 commit comments

Comments
 (0)