mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Updating the URL for Migration Documentation (#3694)
This commit is contained in:
parent
98204b17a6
commit
066bb3e331
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ int CmdCustom::execute(std::string& output) {
|
|||
Color warning = Color(Context::getContext().config.get("color.warning"));
|
||||
std::cerr << warning.colorize(format("Found existing '*.data' files in {1}", location)) << "\n";
|
||||
std::cerr << " Taskwarrior's storage format changed in 3.0, requiring a manual migration.\n";
|
||||
std::cerr << " See https://github.com/GothenburgBitFactory/taskwarrior/releases.\n";
|
||||
std::cerr << " See https://taskwarrior.org/docs/upgrade-3/\n";
|
||||
}
|
||||
|
||||
feedback_backlog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue