Update the link to the doc page (#1088)

This commit is contained in:
Zoltan Papp
2023-08-17 12:27:04 +02:00
committed by GitHub
parent 8e3bcd57a2
commit da8447a67d
3 changed files with 3 additions and 3 deletions

View File

@@ -202,6 +202,6 @@ func openURL(cmd *cobra.Command, verificationURIComplete, userCode string) {
"If your browser didn't open automatically, use this URL to log in:\n\n" +
" " + verificationURIComplete + " " + codeMsg + " \n\n")
if err != nil {
cmd.Printf("Alternatively, you may want to use a setup key, see:\n\n https://www.netbird.io/docs/overview/setup-keys\n")
cmd.Printf("Alternatively, you may want to use a setup key, see:\n\n https://docs.netbird.io/how-to/register-machines-using-setup-keys\n")
}
}