Better links from TW devel docs to TaskChampion (#3253)

This commit is contained in:
Dustin J. Mitchell
2024-01-21 18:03:11 -05:00
committed by GitHub
parent 4008069a70
commit fa21835001
6 changed files with 24 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ Other applications, besides Taskwarrior, can use TaskChampion to manage tasks.
Applications written in Rust can use the `taskchampion` crate, while those in other languages may use the `taskchampion-lib` crate.
Taskwarrior is just one application using the TaskChampion interface.
You can build Taskchampion locally by simply running `cargo build` in the root of this repository.
You can build TaskChampion locally by simply running `cargo build` in the root of this repository.
The implementation, including more documentation, is in the [`rust`](../../rust) subdirectory.
## Taskwarrior's use of TaskChampion