Updating the URL for Migration Documentation (#3694)

This commit is contained in:
geoffpaulsen
2024-11-21 20:19:44 -06:00
committed by GitHub
parent 98204b17a6
commit 066bb3e331

View File

@@ -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();