Fix doc links

`installation.md` was not being included due to using `-` instead of `*`
in `SUMMARY.md`.  The usage link was just incorrect.
This commit is contained in:
Dustin J. Mitchell
2021-05-01 12:25:19 -04:00
parent b4a8b150a8
commit c696bf35d4
2 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# Summary
- [Welcome to TaskChampion](./welcome.md)
- [Installation](./installation.md)
* [Installation](./installation.md)
* [Using the Task Command](./using-task-command.md)
* [Configuration](./config-file.md)
* [Reports](./reports.md)
@@ -10,11 +10,11 @@
* [Running the Sync Server](./running-sync-server.md)
* [Debugging](./debugging.md)
- [Internal Details](./internals.md)
- [Data Model](./data-model.md)
- [Replica Storage](./storage.md)
- [Task Database](./taskdb.md)
- [Tasks](./tasks.md)
- [Synchronization and the Sync Server](./sync.md)
- [Synchronization Model](./sync-model.md)
- [Server-Replica Protocol](./sync-protocol.md)
- [Planned Functionality](./plans.md)
* [Data Model](./data-model.md)
* [Replica Storage](./storage.md)
* [Task Database](./taskdb.md)
* [Tasks](./tasks.md)
* [Synchronization and the Sync Server](./sync.md)
* [Synchronization Model](./sync-model.md)
* [Server-Replica Protocol](./sync-protocol.md)
* [Planned Functionality](./plans.md)