From bdb35f1c1dd4b67f0b2ef5be1a46076022543733 Mon Sep 17 00:00:00 2001 From: Romain LE JEUNE Date: Wed, 24 Aug 2022 15:53:30 +0200 Subject: [PATCH] GODT-1799: fix dependency link [skip-ci] --- internal/locations/locations.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/locations/locations.go b/internal/locations/locations.go index 70d54f0b..61b6141c 100644 --- a/internal/locations/locations.go +++ b/internal/locations/locations.go @@ -107,7 +107,7 @@ func (l *Locations) getLicenseFilePath() string { // GetDependencyLicensesLink returns link to page listing dependencies. func (l *Locations) GetDependencyLicensesLink() string { - return "https://github.com/ProtonMail/proton-bridge/v2/blob/master/COPYING_NOTES.md#dependencies" + return "https://github.com/ProtonMail/proton-bridge/blob/master/COPYING_NOTES.md#dependencies" } // ProvideSettingsPath returns a location for user settings (e.g. ~/.config//).