[fix] Links now redirect to erpnext.com
This commit is contained in:
parent
c6c1628c8a
commit
0be2aa33ac
@ -8,7 +8,7 @@ Includes: Accounting, Inventory, Manufacturing, CRM, Sales, Purchase, Project Ma
|
|||||||
|
|
||||||
ERPNext is built on the [Frappé](https://github.com/frappe/frappe) Framework, a full-stack web app framework in Python & JavaScript.
|
ERPNext is built on the [Frappé](https://github.com/frappe/frappe) Framework, a full-stack web app framework in Python & JavaScript.
|
||||||
|
|
||||||
- [User Guide](https://erpnext.org/docs/user)
|
- [User Guide](https://erpnext.com/docs/user)
|
||||||
- [Discussion Forum](https://discuss.erpnext.com/)
|
- [Discussion Forum](https://discuss.erpnext.com/)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -1 +1 @@
|
|||||||
- [ERPNext Manual in German](http://erpnext.org/docs/user/manual/de/) contributed by [CWT Connector & Wire Technology GmbH](http://www.cwt-assembly.com/)
|
- [ERPNext Manual in German](http://erpnext.com/docs/user/manual/de/) contributed by [CWT Connector & Wire Technology GmbH](http://www.cwt-assembly.com/)
|
||||||
|
@ -15,8 +15,6 @@ develop_version = '10.x.x-develop'
|
|||||||
|
|
||||||
error_report_email = "support@erpnext.com"
|
error_report_email = "support@erpnext.com"
|
||||||
|
|
||||||
docs_app = "foundation"
|
|
||||||
|
|
||||||
app_include_js = "assets/js/erpnext.min.js"
|
app_include_js = "assets/js/erpnext.min.js"
|
||||||
app_include_css = "assets/css/erpnext.css"
|
app_include_css = "assets/css/erpnext.css"
|
||||||
web_include_js = "assets/js/erpnext-web.min.js"
|
web_include_js = "assets/js/erpnext-web.min.js"
|
||||||
|
@ -23,7 +23,7 @@ $(document).bind('toolbar_setup', function() {
|
|||||||
|
|
||||||
// additional help links for erpnext
|
// additional help links for erpnext
|
||||||
var $help_menu = $('.dropdown-help ul .documentation-links');
|
var $help_menu = $('.dropdown-help ul .documentation-links');
|
||||||
$('<li><a data-link-type="forum" href="https://erpnext.org/docs/user/manual" \
|
$('<li><a data-link-type="forum" href="https://erpnext.com/docs/user/manual" \
|
||||||
target="_blank">'+__('Documentation')+'</a></li>').insertBefore($help_menu);
|
target="_blank">'+__('Documentation')+'</a></li>').insertBefore($help_menu);
|
||||||
$('<li><a data-link-type="forum" href="https://discuss.erpnext.com" \
|
$('<li><a data-link-type="forum" href="https://discuss.erpnext.com" \
|
||||||
target="_blank">'+__('User Forum')+'</a></li>').insertBefore($help_menu);
|
target="_blank">'+__('User Forum')+'</a></li>').insertBefore($help_menu);
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li><a class="text-muted" href="#">{%= __("Go to the Desktop and start using ERPNext") %}</a></li>
|
<li><a class="text-muted" href="#">{%= __("Go to the Desktop and start using ERPNext") %}</a></li>
|
||||||
<li><a class="text-muted" href="#modules/Learn">{%= __("View a list of all the help videos") %}</a></li>
|
<li><a class="text-muted" href="#modules/Learn">{%= __("View a list of all the help videos") %}</a></li>
|
||||||
<li><a class="text-muted" href="https://erpnext.org/docs/user" target="_blank">{%= __("Read the ERPNext Manual") %}</a></li>
|
<li><a class="text-muted" href="https://erpnext.com/docs/user" target="_blank">{%= __("Read the ERPNext Manual") %}</a></li>
|
||||||
<li><a class="text-muted" href="https://discuss.erpnext.com" target="_blank">{%= __("Community Forum") %}</a></li>
|
<li><a class="text-muted" href="https://discuss.erpnext.com" target="_blank">{%= __("Community Forum") %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ def get_slide_settings():
|
|||||||
help_links=[
|
help_links=[
|
||||||
{
|
{
|
||||||
"label": _("Chart of Accounts"),
|
"label": _("Chart of Accounts"),
|
||||||
"url": ["https://erpnext.org/docs/user/manual/en/accounts/chart-of-accounts"]
|
"url": ["https://erpnext.com/docs/user/manual/en/accounts/chart-of-accounts"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Opening Balances"),
|
"label": _("Opening Balances"),
|
||||||
@ -56,7 +56,7 @@ def get_slide_settings():
|
|||||||
help_links=[
|
help_links=[
|
||||||
{
|
{
|
||||||
"label": _('Learn More'),
|
"label": _('Learn More'),
|
||||||
"url": ["https://erpnext.org/docs/user/manual/en/setting-up/setting-company-sales-goal"]
|
"url": ["https://erpnext.com/docs/user/manual/en/setting-up/setting-company-sales-goal"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
@ -80,7 +80,7 @@ def get_slide_settings():
|
|||||||
help_links=[
|
help_links=[
|
||||||
{
|
{
|
||||||
"label": _('Learn More'),
|
"label": _('Learn More'),
|
||||||
"url": ["https://erpnext.org/docs/user/manual/en/CRM/customer.html"]
|
"url": ["https://erpnext.com/docs/user/manual/en/CRM/customer.html"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
@ -123,7 +123,7 @@ def get_slide_settings():
|
|||||||
help_links=[
|
help_links=[
|
||||||
{
|
{
|
||||||
"label": _('Learn More'),
|
"label": _('Learn More'),
|
||||||
"url": ["https://erpnext.org/docs/user/manual/en/buying/supplier"]
|
"url": ["https://erpnext.com/docs/user/manual/en/buying/supplier"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _('Customers and Suppliers'),
|
"label": _('Customers and Suppliers'),
|
||||||
@ -261,7 +261,7 @@ def get_slide_settings():
|
|||||||
help_links=[
|
help_links=[
|
||||||
{
|
{
|
||||||
"label": _('Learn More'),
|
"label": _('Learn More'),
|
||||||
"url": ["https://erpnext.org/docs/user/manual/en/setting-up/users-and-permissions"]
|
"url": ["https://erpnext.com/docs/user/manual/en/setting-up/users-and-permissions"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _('Users and Permissions'),
|
"label": _('Users and Permissions'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user