[fix] Fixed links

Previous commit missed the links starting with `http://`
This commit is contained in:
Shivam Mishra 2019-01-25 15:17:44 +05:30 committed by GitHub
parent f44dfb1582
commit 67c338fd51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,7 @@ frappe.help.help_links['List/Company'] = [
//Accounts
frappe.help.help_links['modules/Accounts'] = [
{ label: 'Introduction to Accounts', url: 'http://erpnext.com/docs/user/manual/en/accounts/' },
{ label: 'Introduction to Accounts', url: docsUrl + 'user/manual/en/accounts/' },
{ label: 'Chart of Accounts', url: docsUrl + 'user/manual/en/accounts/chart-of-accounts.html' },
{ label: 'Multi Currency Accounting', url: docsUrl + 'user/manual/en/accounts/multi-currency-accounting' },
]
@ -319,7 +319,7 @@ frappe.help.help_links['Tree/Cost Center'] = [
]
frappe.help.help_links['List/Item'] = [
{ label: 'Item', url: 'http://erpnext.com/docs/user/manual/en/stock/item' },
{ label: 'Item', url: docsUrl + 'user/manual/en/stock/item' },
{ label: 'Item Price', url: docsUrl + 'user/manual/en/stock/item/item-price' },
{ label: 'Barcode', url: docsUrl + 'user/manual/en/stock/articles/track-items-using-barcode' },
{ label: 'Item Wise Taxation', url: docsUrl + 'user/manual/en/accounts/item-wise-taxation' },
@ -330,7 +330,7 @@ frappe.help.help_links['List/Item'] = [
]
frappe.help.help_links['Form/Item'] = [
{ label: 'Item', url: 'http://erpnext.com/docs/user/manual/en/stock/item' },
{ label: 'Item', url: docsUrl + 'user/manual/en/stock/item' },
{ label: 'Item Price', url: docsUrl + 'user/manual/en/stock/item/item-price' },
{ label: 'Barcode', url: docsUrl + 'user/manual/en/stock/articles/track-items-using-barcode' },
{ label: 'Item Wise Taxation', url: docsUrl + 'user/manual/en/accounts/item-wise-taxation' },
@ -523,4 +523,4 @@ frappe.help.help_links['Form/Custom Field'] = [
frappe.help.help_links['Form/Custom Field'] = [
{ label: 'Custom Field', url: docsUrl + 'user/manual/en/customize-erpnext/custom-field' },
]
]