From 95741c6d6362da1cda72bbeec6f2d2c5ed9c5334 Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Thu, 20 Apr 2023 09:01:57 +0200 Subject: [PATCH] fix(GODT-2581): Update outdated link to bridge homepage in CLI 'manual' command. --- internal/frontend/cli/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/frontend/cli/system.go b/internal/frontend/cli/system.go index 956523f5..1290d0fa 100644 --- a/internal/frontend/cli/system.go +++ b/internal/frontend/cli/system.go @@ -40,7 +40,7 @@ func (f *frontendCLI) printLogDir(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) {