From 8f26d62b35a8c1f65cb6bc810b2386e043c710f1 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 07:42:45 +0530 Subject: [PATCH] fix: change discuss forum url (#34891) fix: change discuss forum url (#34891) [skip ci] (cherry picked from commit dd93ea067e1a147462fe1bc5aabb0ca63f3c89fc) Co-authored-by: MohsinAli --- 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, }, {