From 5b172d78e5c1fbe336449cd82e35f1e3581b69b1 Mon Sep 17 00:00:00 2001 From: Shivam Sandbhor Date: Fri, 17 Jun 2022 15:49:17 +0530 Subject: [PATCH] Add link to migration guide Signed-off-by: Shivam Sandbhor --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 3fe6fc7..6efbc5d 100644 --- a/config.go +++ b/config.go @@ -126,7 +126,7 @@ func NewConfig(configPath string) (*bouncerConfig, error) { } if len(zoneUsingChallenge) > 0 { log.Warningf( - "zones %s uses 'challenge' action which is deprecated in favour of 'managed_challenge'. See migration guide at ", + "zones %s uses 'challenge' action which is deprecated in favour of 'managed_challenge'. See migration guide at https://docs.crowdsec.net/docs/next/bouncers/cloudflare/#upgrading-from-v00x-to-v01y", strings.Join(zoneUsingChallenge, ", "), ) }