From f0049da2845e5d6a2f7ed648b791e306ab25f9ac Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 2 May 2022 11:52:46 +0530 Subject: [PATCH] chore: correct link --- erpnext/patches/v14_0/delete_education_doctypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )