From bfecf91b2db729ca2137fb7d66d6d2991f5d6b5f Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Thu, 4 Jan 2024 19:50:05 +0100 Subject: [PATCH] Update FAQ link in Upgrade output --- cmd/upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/upgrade.go b/cmd/upgrade.go index 4b78d4b6f..e7ad4ac13 100644 --- a/cmd/upgrade.go +++ b/cmd/upgrade.go @@ -32,7 +32,7 @@ We were not able to upgrade the cli because we encountered an error: Please check the FAQ for solutions to common upgrading issues. -https://exercism.io/faqs`, err) +https://exercism.org/docs/using/faqs`, err) } return nil },