fix: Broken help links fixed

This commit is contained in:
anushka19
2021-05-24 20:49:46 +05:30
committed by Ankush Menat
parent 5dad72260f
commit 04dfaf3b2a

View File

@@ -644,14 +644,14 @@ frappe.help.help_links["List/Payment Request"] = [
frappe.help.help_links["List/Asset"] = [ frappe.help.help_links["List/Asset"] = [
{ {
label: "Managing Fixed Assets", label: "Managing Fixed Assets",
url: docsUrl + "user/manual/en/accounts/managing-fixed-assets", url: docsUrl + "user/manual/en/accounts/opening-balance/fixed_assets",
}, },
]; ];
frappe.help.help_links["List/Asset Category"] = [ frappe.help.help_links["List/Asset Category"] = [
{ {
label: "Asset Category", label: "Asset Category",
url: docsUrl + "user/manual/en/accounts/managing-fixed-assets", url: docsUrl + "user/manual/en/asset/asset-category",
}, },
]; ];
@@ -663,7 +663,7 @@ frappe.help.help_links["List/Item"] = [
{ label: "Item", url: docsUrl + "user/manual/en/stock/item" }, { label: "Item", url: docsUrl + "user/manual/en/stock/item" },
{ {
label: "Item Price", label: "Item Price",
url: docsUrl + "user/manual/en/stock/item/item-price", url: docsUrl + "user/manual/en/stock/item-price",
}, },
{ {
label: "Barcode", label: "Barcode",
@@ -672,25 +672,25 @@ frappe.help.help_links["List/Item"] = [
}, },
{ {
label: "Item Wise Taxation", label: "Item Wise Taxation",
url: docsUrl + "user/manual/en/accounts/item-wise-taxation", url: docsUrl + "user/manual/en/accounts/item-tax-template",
}, },
{ {
label: "Managing Fixed Assets", label: "Managing Fixed Assets",
url: docsUrl + "user/manual/en/accounts/managing-fixed-assets", url: docsUrl + "user/manual/en/accounts/opening-balance/fixed_assets",
}, },
{ {
label: "Item Codification", label: "Item Codification",
url: docsUrl + "user/manual/en/stock/item/item-codification", url: docsUrl + "user/manual/en/stock/articles/item-codification",
}, },
{ {
label: "Item Variants", label: "Item Variants",
url: docsUrl + "user/manual/en/stock/item/item-variants", url: docsUrl + "user/manual/en/stock/item-variants",
}, },
{ {
label: "Item Valuation", label: "Item Valuation",
url: url:
docsUrl + docsUrl +
"user/manual/en/stock/item/item-valuation-fifo-and-moving-average", "user/manual/en/stock/articles/item-valuation-fifo-and-moving-average",
}, },
]; ];
@@ -698,7 +698,7 @@ frappe.help.help_links["Form/Item"] = [
{ label: "Item", url: docsUrl + "user/manual/en/stock/item" }, { label: "Item", url: docsUrl + "user/manual/en/stock/item" },
{ {
label: "Item Price", label: "Item Price",
url: docsUrl + "user/manual/en/stock/item/item-price", url: docsUrl + "user/manual/en/stock/item-price",
}, },
{ {
label: "Barcode", label: "Barcode",
@@ -707,19 +707,19 @@ frappe.help.help_links["Form/Item"] = [
}, },
{ {
label: "Item Wise Taxation", label: "Item Wise Taxation",
url: docsUrl + "user/manual/en/accounts/item-wise-taxation", url: docsUrl + "user/manual/en/accounts/item-tax-template",
}, },
{ {
label: "Managing Fixed Assets", label: "Managing Fixed Assets",
url: docsUrl + "user/manual/en/accounts/managing-fixed-assets", url: docsUrl + "user/manual/en/accounts/opening-balance/fixed_assets",
}, },
{ {
label: "Item Codification", label: "Item Codification",
url: docsUrl + "user/manual/en/stock/item/item-codification", url: docsUrl + "user/manual/en/stock/articles/item-codification",
}, },
{ {
label: "Item Variants", label: "Item Variants",
url: docsUrl + "user/manual/en/stock/item/item-variants", url: docsUrl + "user/manual/en/stock/item-variants",
}, },
{ {
label: "Item Valuation", label: "Item Valuation",