diff options
Diffstat (limited to 'cmd/about.go')
-rw-r--r-- | cmd/about.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/about.go b/cmd/about.go index 5a4e426..9fca780 100644 --- a/cmd/about.go +++ b/cmd/about.go @@ -40,7 +40,7 @@ var aboutCmd = &cobra.Command{ "\x1b[35mPlease report any bugs on the GitHub page: https://github.com/MikunoNaka/macli\n" + "or through email: vidhukant@vidhukant.xyz\x1b[0m\n\n", ) - fmt.Println("Visit \x1b[36mhttps://www.vidhukant.xyz/projects/macli/\x1b[0m for more info.") + fmt.Println("Visit \x1b[36mhttps://www.vidhukant.xyz/docs/macli/\x1b[0m for more info.") fmt.Println("Run \x1b[33m`macli --help`\x1b[0m for instructions.") }, } |