diff --git a/README.md b/README.md index dbb88ac64f..4f59339b2f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Includes: Accounting, Inventory, Manufacturing, CRM, Sales, Purchase, Project Ma ERPNext is built on the [Frappe](https://github.com/frappe/frappe) Framework, a full-stack web app framework in Python & JavaScript. -- [User Guide](https://manual.erpnext.com) +- [User Guide](https://frappe.github.io/erpnext/) - [Getting Help](http://erpnext.org/getting-help.html) - [Discussion Forum](https://discuss.erpnext.com/) diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js index 89e539603d..d256c08e13 100644 --- a/erpnext/public/js/conf.js +++ b/erpnext/public/js/conf.js @@ -14,7 +14,7 @@ $(document).bind('toolbar_setup', function() { $('.navbar-home').html(''); - $('[data-link="docs"]').attr("href", "https://manual.erpnext.com") + $('[data-link="docs"]').attr("href", "https://frappe.github.io/erpnext/") $('[data-link="issues"]').attr("href", "https://github.com/frappe/erpnext/issues")