diff --git a/erpnext/patches/v14_0/france_depreciation_warning.py b/erpnext/patches/v14_0/france_depreciation_warning.py index 8d8719f8623..45ec07e7737 100644 --- a/erpnext/patches/v14_0/france_depreciation_warning.py +++ b/erpnext/patches/v14_0/france_depreciation_warning.py @@ -7,6 +7,6 @@ def execute(): return click.secho( "Feature for Feature Region will be remove in version-15 and moved to a separate app\n" - "Please install the app to continue using the regionnal France features: git@github.com:scopen-coop/erpnext_france.git", + "Please install the app to continue using the regionnal France features: https://github.com/scopen-coop/erpnext_france.git", fg="yellow", )