chore: update links to Frappe School (#46823)

(cherry picked from commit ef4f662c31)

# Conflicts:
#	erpnext/accounts/workspace/accounting/accounting.json
#	erpnext/buying/workspace/buying/buying.json
#	erpnext/manufacturing/workspace/manufacturing/manufacturing.json
#	erpnext/projects/workspace/projects/projects.json
#	erpnext/selling/workspace/selling/selling.json
#	erpnext/stock/workspace/stock/stock.json
This commit is contained in:
Md Hussain Nagaria
2025-04-02 12:15:10 +05:30
committed by Mergify
parent 36aa308bce
commit 2dfe13e183
8 changed files with 38 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ New passwords will be created for the ERPNext "Administrator" user, the MariaDB
## Learning and community
1. [Frappe School](https://frappe.school) - Learn Frappe Framework and ERPNext from the various courses by the maintainers or from the community.
1. [Frappe School](https://school.frappe.io) - Learn Frappe Framework and ERPNext from the various courses by the maintainers or from the community.
2. [Official documentation](https://docs.erpnext.com/) - Extensive documentation for ERPNext.
3. [Discussion Forum](https://discuss.erpnext.com/) - Engage with community of ERPNext users and service providers.
4. [Telegram Group](https://erpnext_public.t.me) - Get instant help from huge community of users.

View File

@@ -621,7 +621,11 @@
"doc_view": "List",
"label": "Learn Accounting",
"type": "URL",
<<<<<<< HEAD
"url": "https://frappe.school/courses/erpnext-accounting?utm_source=in_app"
=======
"url": "https://school.frappe.io/lms/courses/erpnext-accounting?utm_source=in_app"
>>>>>>> ef4f662c31 (chore: update links to Frappe School (#46823))
},
{
"label": "Chart of Accounts",
@@ -670,4 +674,4 @@
}
],
"title": "Accounting"
}
}

View File

@@ -537,7 +537,11 @@
"doc_view": "List",
"label": "Learn Procurement",
"type": "URL",
<<<<<<< HEAD
"url": "https://frappe.school/courses/procurement?utm_source=in_app"
=======
"url": "https://school.frappe.io/lms/courses/procurement?utm_source=in_app"
>>>>>>> ef4f662c31 (chore: update links to Frappe School (#46823))
},
{
"color": "Yellow",
@@ -572,4 +576,4 @@
}
],
"title": "Buying"
}
}

View File

@@ -336,7 +336,11 @@
"doc_view": "List",
"label": "Learn Manufacturing",
"type": "URL",
<<<<<<< HEAD
"url": "https://frappe.school/courses/manufacturing?utm_source=in_app"
=======
"url": "https://school.frappe.io/lms/courses/manufacturing?utm_source=in_app"
>>>>>>> ef4f662c31 (chore: update links to Frappe School (#46823))
},
{
"color": "Grey",
@@ -402,4 +406,4 @@
],
"title": "Manufacturing",
"type": "Workspace"
}
}

View File

@@ -210,7 +210,11 @@
"doc_view": "List",
"label": "Learn Project Management",
"type": "URL",
<<<<<<< HEAD
"url": "https://frappe.school/courses/project-management?utm_source=in_app"
=======
"url": "https://school.frappe.io/lms/courses/project-management?utm_source=in_app"
>>>>>>> ef4f662c31 (chore: update links to Frappe School (#46823))
},
{
"color": "Blue",
@@ -245,4 +249,4 @@
}
],
"title": "Projects"
}
}

View File

@@ -639,7 +639,11 @@
"doc_view": "List",
"label": "Learn Sales Management",
"type": "URL",
<<<<<<< HEAD
"url": "https://frappe.school/courses/sales-management-course?utm_source=in_app"
=======
"url": "https://school.frappe.io/lms/courses/sales-management-course?utm_source=in_app"
>>>>>>> ef4f662c31 (chore: update links to Frappe School (#46823))
},
{
"label": "Point of Sale",
@@ -676,5 +680,11 @@
"type": "Dashboard"
}
],
<<<<<<< HEAD
"title": "Selling"
}
}
=======
"title": "Selling",
"type": "Workspace"
}
>>>>>>> ef4f662c31 (chore: update links to Frappe School (#46823))

View File

@@ -182,7 +182,7 @@ def add_standard_navbar_items():
{
"item_label": "Frappe School",
"item_type": "Route",
"route": "https://frappe.school?utm_source=in_app",
"route": "https://frappe.io/school?utm_source=in_app",
"is_standard": 1,
},
{

View File

@@ -802,7 +802,11 @@
"doc_view": "List",
"label": "Learn Inventory Management",
"type": "URL",
<<<<<<< HEAD
"url": "https://frappe.school/courses/inventory-management?utm_source=in_app"
=======
"url": "https://school.frappe.io/lms/courses/inventory-management?utm_source=in_app"
>>>>>>> ef4f662c31 (chore: update links to Frappe School (#46823))
},
{
"color": "Yellow",
@@ -850,4 +854,4 @@
}
],
"title": "Stock"
}
}