fix: update integration links in help.js (#26483)

This commit is contained in:
Kenneth Sequeira
2021-07-14 16:02:49 +05:30
committed by GitHub
parent ccb52f19bc
commit 24e08301bc

View File

@@ -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",
}, },
]; ];