mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
fix: update integration links in help.js (#26483)
This commit is contained in:
@@ -54,7 +54,7 @@ frappe.help.help_links["permission-manager"] = [
|
|||||||
|
|
||||||
frappe.help.help_links["Form/System Settings"] = [
|
frappe.help.help_links["Form/System Settings"] = [
|
||||||
{
|
{
|
||||||
label: "Naming Series",
|
label: "System Settings",
|
||||||
url: docsUrl + "user/manual/en/setting-up/settings/system-settings",
|
url: docsUrl + "user/manual/en/setting-up/settings/system-settings",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
@@ -206,7 +206,7 @@ frappe.help.help_links["Form/PayPal Settings"] = [
|
|||||||
label: "PayPal Settings",
|
label: "PayPal Settings",
|
||||||
url:
|
url:
|
||||||
docsUrl +
|
docsUrl +
|
||||||
"user/manual/en/setting-up/integrations/paypal-integration",
|
"user/manual/en/erpnext_integration/paypal-integration",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -215,14 +215,14 @@ frappe.help.help_links["Form/Razorpay Settings"] = [
|
|||||||
label: "Razorpay Settings",
|
label: "Razorpay Settings",
|
||||||
url:
|
url:
|
||||||
docsUrl +
|
docsUrl +
|
||||||
"user/manual/en/setting-up/integrations/razorpay-integration",
|
"user/manual/en/erpnext_integration/razorpay-integration",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
frappe.help.help_links["Form/Dropbox Settings"] = [
|
frappe.help.help_links["Form/Dropbox Settings"] = [
|
||||||
{
|
{
|
||||||
label: "Dropbox Settings",
|
label: "Dropbox Settings",
|
||||||
url: docsUrl + "user/manual/en/setting-up/integrations/dropbox-backup",
|
url: docsUrl + "user/manual/en/erpnext_integration/dropbox-backup",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -230,7 +230,7 @@ frappe.help.help_links["Form/LDAP Settings"] = [
|
|||||||
{
|
{
|
||||||
label: "LDAP Settings",
|
label: "LDAP Settings",
|
||||||
url:
|
url:
|
||||||
docsUrl + "user/manual/en/setting-up/integrations/ldap-integration",
|
docsUrl + "user/manual/en/erpnext_integration/ldap-integration",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -239,7 +239,7 @@ frappe.help.help_links["Form/Stripe Settings"] = [
|
|||||||
label: "Stripe Settings",
|
label: "Stripe Settings",
|
||||||
url:
|
url:
|
||||||
docsUrl +
|
docsUrl +
|
||||||
"user/manual/en/setting-up/integrations/stripe-integration",
|
"user/manual/en/erpnext_integration/stripe-integration",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user