mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Update links to point to new org
This commit is contained in:
parent
ed576a8c6c
commit
c2349cf708
3 changed files with 5 additions and 7 deletions
|
@ -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)
|
||||
|
|
|
@ -3,9 +3,9 @@ name = "taskchampion"
|
|||
version = "0.3.0"
|
||||
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
||||
description = "Personal task-tracking"
|
||||
homepage = "https://djmitche.github.io/taskchampion/"
|
||||
homepage = "https://taskchampion.github.io/taskchampion/"
|
||||
documentation = "https://docs.rs/crate/taskchampion"
|
||||
repository = "https://github.com/djmitche/taskchampion"
|
||||
repository = "https://github.com/taskchampion/taskchampion"
|
||||
readme = "../README.md"
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
|
|
@ -26,7 +26,7 @@ Users can define their own server impelementations.
|
|||
|
||||
# See Also
|
||||
|
||||
See the [TaskChampion Book](http://djmitche.github.com/taskchampion)
|
||||
See the [TaskChampion Book](http://taskchampion.github.com/taskchampion)
|
||||
for more information about the design and usage of the tool.
|
||||
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue