From b5ec241f1f9b96d3cb2b1d408a10df192e3f5f3e Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:29:32 -0800 Subject: [PATCH] Update migration url --- cmd/flow/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/flow/main.go b/cmd/flow/main.go index 79fd78961..9ccf802b2 100644 --- a/cmd/flow/main.go +++ b/cmd/flow/main.go @@ -63,7 +63,7 @@ func main() { if outputFlag != "json" { width := 80 - url := "https://developers.flow.com/build/cadence-migration-guide" + url := "https://cadence-lang.org/docs/cadence_migration_guide" // Function to center text within a given width centerText := func(text string, width int) string {