From 066bb3e3314c184f9e0d043f987e04f3fafa2d2f Mon Sep 17 00:00:00 2001 From: geoffpaulsen <32056825+geoffpaulsen@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:19:44 -0600 Subject: [PATCH] Updating the URL for Migration Documentation (#3694) --- src/commands/CmdCustom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdCustom.cpp b/src/commands/CmdCustom.cpp index 0537f265d..5cf528662 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -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();