From 8b1fe429aa3033b630046089525b5b6404ecc054 Mon Sep 17 00:00:00 2001 From: Youngjin Jo Date: Wed, 15 Jan 2025 15:46:02 +0900 Subject: [PATCH] chore: update url link Signed-off-by: Youngjin Jo --- cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index b9430b8..466186e 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -41,8 +41,8 @@ var rootCmd = &cobra.Command{ Long: `cfctl controls the SpaceONE services. Find more information at: - https://github.com/cloudforet-io/cfctl - - https://docs.spaceone.megazone.io/developers/setup/cfctl (English) - - https://docs.spaceone.megazone.io/ko/developers/setup/cfctl (Korean)`, + - https://docs.spaceone.megazone.io/docs/developers/cfctl (English) + - https://docs.spaceone.megazone.io/ko/docs/developers/cfctl (Korean)`, // Uncomment the following line if your bare application // has an action associated with it: // Run: func(cmd *cobra.Command, args []string) { },