Update links to point to new org

This commit is contained in:
Dustin J. Mitchell
2021-04-03 19:43:45 -04:00
parent ed576a8c6c
commit c2349cf708
3 changed files with 5 additions and 7 deletions

View File

@@ -5,6 +5,8 @@ TaskChampion is an open-source personal task-tracking application.
Use it to keep track of what you need to do, with a quick command-line interface and flexible sorting and filtering.
It is modeled on [TaskWarrior](https://taskwarrior.org), but not a drop-in replacement for that application.
See the [documentation](https://taskchampion.github.io/taskchampion/) for more!
## Status
TC is still under development.
@@ -31,7 +33,3 @@ There are three crates here:
* [taskchampion-cli](./cli) - the command-line binary
* [taskchampion-sync-server](./sync-server) - the server against which `task sync` operates
## See Also
* [Documentation](https://djmitche.github.io/taskchampion/) (NOTE: temporary url)
* [Progress on the first version](https://github.com/djmitche/taskwarrior-rust/projects/1)