From 1e41155f74b66f6e4dd01d390eb1c2b2bc2edd43 Mon Sep 17 00:00:00 2001 From: MohsinAli Date: Mon, 17 Apr 2023 16:48:15 +0530 Subject: [PATCH] fix: change discuss forum url --- 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 088958d1b266..3e1e39410ed1 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, }, {