[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

View File

@@ -254,7 +254,7 @@ frappe.help.help_links['List/Company'] = [
//Accounts //Accounts
frappe.help.help_links['modules/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: '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' }, { 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'] = [ 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: '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: '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' }, { 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'] = [ 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: '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: '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' }, { label: 'Item Wise Taxation', url: docsUrl + 'user/manual/en/accounts/item-wise-taxation' },