diff --git a/erpnext/patches/v14_0/delete_education_doctypes.py b/erpnext/patches/v14_0/delete_education_doctypes.py index 6b442bcb5a..76b2300fd2 100644 --- a/erpnext/patches/v14_0/delete_education_doctypes.py +++ b/erpnext/patches/v14_0/delete_education_doctypes.py @@ -50,6 +50,6 @@ def execute(): click.secho( "Education Module is moved to a separate app" - "Please install the app to continue using the module: https://github.com/frappe/healthcare", + "Please install the app to continue using the module: https://github.com/frappe/education", fg="yellow", )