From c2349cf708fc5e758bb313a7d090f61f7b30e5bc Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 3 Apr 2021 19:43:45 -0400 Subject: [PATCH] Update links to point to new org --- README.md | 6 ++---- taskchampion/Cargo.toml | 4 ++-- taskchampion/src/lib.rs | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c0fbcfd13..6a0715ccb 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/taskchampion/Cargo.toml b/taskchampion/Cargo.toml index c2f539bcd..e0c04769d 100644 --- a/taskchampion/Cargo.toml +++ b/taskchampion/Cargo.toml @@ -3,9 +3,9 @@ name = "taskchampion" version = "0.3.0" authors = ["Dustin J. Mitchell "] 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" diff --git a/taskchampion/src/lib.rs b/taskchampion/src/lib.rs index 9a1cd4635..da61235d9 100644 --- a/taskchampion/src/lib.rs +++ b/taskchampion/src/lib.rs @@ -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. */