[fix] Links now redirect to erpnext.com
diff --git a/erpnext/utilities/user_progress.py b/erpnext/utilities/user_progress.py
index 9f5935e..a6b5b49 100644
--- a/erpnext/utilities/user_progress.py
+++ b/erpnext/utilities/user_progress.py
@@ -33,7 +33,7 @@
help_links=[
{
"label": _("Chart of Accounts"),
- "url": ["https://erpnext.org/docs/user/manual/en/accounts/chart-of-accounts"]
+ "url": ["https://erpnext.com/docs/user/manual/en/accounts/chart-of-accounts"]
},
{
"label": _("Opening Balances"),
@@ -56,7 +56,7 @@
help_links=[
{
"label": _('Learn More'),
- "url": ["https://erpnext.org/docs/user/manual/en/setting-up/setting-company-sales-goal"]
+ "url": ["https://erpnext.com/docs/user/manual/en/setting-up/setting-company-sales-goal"]
}
]
),
@@ -80,7 +80,7 @@
help_links=[
{
"label": _('Learn More'),
- "url": ["https://erpnext.org/docs/user/manual/en/CRM/customer.html"]
+ "url": ["https://erpnext.com/docs/user/manual/en/CRM/customer.html"]
}
]
),
@@ -123,7 +123,7 @@
help_links=[
{
"label": _('Learn More'),
- "url": ["https://erpnext.org/docs/user/manual/en/buying/supplier"]
+ "url": ["https://erpnext.com/docs/user/manual/en/buying/supplier"]
},
{
"label": _('Customers and Suppliers'),
@@ -261,7 +261,7 @@
help_links=[
{
"label": _('Learn More'),
- "url": ["https://erpnext.org/docs/user/manual/en/setting-up/users-and-permissions"]
+ "url": ["https://erpnext.com/docs/user/manual/en/setting-up/users-and-permissions"]
},
{
"label": _('Users and Permissions'),