fix some doc links

This commit is contained in:
Thomas Tendyck 2022-09-10 13:44:17 +02:00 committed by Thomas Tendyck
parent 5cd69d4aee
commit 0952435e25
4 changed files with 7 additions and 9 deletions

View file

@ -70,7 +70,7 @@ func configGenerate(cmd *cobra.Command, fileHandler file.Handler, provider cloud
cmd.Println("Config file written to", flags.file)
cmd.Println("Please fill in your CSP-specific configuration before proceeding.")
cmd.Println("Fore more information refer to the documentation:")
cmd.Println("\thttps://constellation-docs.edgeless.systems/constellation/getting-started/first-steps#create-a-cluster")
cmd.Println("\thttps://docs.edgeless.systems/constellation/getting-started/first-steps")
return nil
}