Merge pull request #194 from taskchampion/issue174
Update links ot point to new org
This commit is contained in:
@@ -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.
|
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.
|
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
|
## Status
|
||||||
|
|
||||||
TC is still under development.
|
TC is still under development.
|
||||||
@@ -31,7 +33,3 @@ There are three crates here:
|
|||||||
* [taskchampion-cli](./cli) - the command-line binary
|
* [taskchampion-cli](./cli) - the command-line binary
|
||||||
* [taskchampion-sync-server](./sync-server) - the server against which `task sync` operates
|
* [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"
|
version = "0.3.0"
|
||||||
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
||||||
description = "Personal task-tracking"
|
description = "Personal task-tracking"
|
||||||
homepage = "https://djmitche.github.io/taskchampion/"
|
homepage = "https://taskchampion.github.io/taskchampion/"
|
||||||
documentation = "https://docs.rs/crate/taskchampion"
|
documentation = "https://docs.rs/crate/taskchampion"
|
||||||
repository = "https://github.com/djmitche/taskchampion"
|
repository = "https://github.com/taskchampion/taskchampion"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ Users can define their own server impelementations.
|
|||||||
|
|
||||||
# See Also
|
# 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.
|
for more information about the design and usage of the tool.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user