1
0

GODT-1799: fix dependency link [skip-ci]

This commit is contained in:
Romain LE JEUNE
2022-08-24 15:53:30 +02:00
committed by Jakub
parent d421b5aa5a
commit bdb35f1c1d

View File

@ -107,7 +107,7 @@ func (l *Locations) getLicenseFilePath() string {
// GetDependencyLicensesLink returns link to page listing dependencies. // GetDependencyLicensesLink returns link to page listing dependencies.
func (l *Locations) GetDependencyLicensesLink() string { 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/<company>/<app>). // ProvideSettingsPath returns a location for user settings (e.g. ~/.config/<company>/<app>).