From dd93ea067e1a147462fe1bc5aabb0ca63f3c89fc Mon Sep 17 00:00:00 2001 From: MohsinAli Date: Mon, 17 Apr 2023 17:00:52 +0530 Subject: [PATCH] fix: change discuss forum url (#34891) [skip ci] --- erpnext/setup/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/install.py b/erpnext/setup/install.py index 088958d1b26..3e1e39410ed 100644 --- a/erpnext/setup/install.py +++ b/erpnext/setup/install.py @@ -161,7 +161,7 @@ def add_standard_navbar_items(): { "item_label": "User Forum", "item_type": "Route", - "route": "https://discuss.erpnext.com", + "route": "https://discuss.frappe.io", "is_standard": 1, }, {