[fix] Links now redirect to erpnext.com
This commit is contained in:
@@ -33,7 +33,7 @@ def get_slide_settings():
|
||||
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 @@ def get_slide_settings():
|
||||
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 @@ def get_slide_settings():
|
||||
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 @@ def get_slide_settings():
|
||||
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 @@ def get_slide_settings():
|
||||
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'),
|
||||
|
||||
Reference in New Issue
Block a user