From 0d998b978dc94c4564af2d0e9ce14e45615ec99c Mon Sep 17 00:00:00 2001 From: Johannes Werner Date: Mon, 18 Oct 2021 14:02:02 +0200 Subject: [PATCH] fixed broken link when metadata is missing (#1011) * fixed broken link when metadata is missing * fixed broken link when metadata is missing --- cmd/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cmd.go b/cmd/cmd.go index 9fa48acdc..dcca08264 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -55,7 +55,7 @@ const msgRerunConfigure = ` const msgMissingMetadata = ` The exercise you are submitting doesn't have the necessary metadata. - Please see https://exercism.io/cli-v1-to-v2 for instructions on how to fix it. + Please see https://github.com/exercism/website-copy/blob/main/pages/cli_v1_to_v2.md for instructions on how to fix it. `