fix(GODT-2581): Update outdated link to bridge homepage in CLI 'manual' command.

This commit is contained in:
Xavier Michelon
2023-04-20 09:01:57 +02:00
parent ad4e853a8a
commit 95741c6d63

View File

@ -40,7 +40,7 @@ func (f *frontendCLI) printLogDir(c *ishell.Context) {
} }
func (f *frontendCLI) printManual(c *ishell.Context) { func (f *frontendCLI) printManual(c *ishell.Context) {
f.Println("More instructions about the Bridge can be found at\n\n https://protonmail.com/bridge") f.Println("More instructions about the Bridge can be found at\n\n https://proton.me/mail/bridge")
} }
func (f *frontendCLI) printCredits(c *ishell.Context) { func (f *frontendCLI) printCredits(c *ishell.Context) {